home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1997 March / PowerPlay0397.iso / T-ONLINE / DECODER / FORMULAR.DIR / 00073_Script_73 < prev    next >
Text File  |  1997-01-08  |  155b  |  8 lines

  1. on exitFrame
  2.   if rollover(16) then
  3.     set the castnum of sprite 16 to 94
  4.   else
  5.     set the castnum of sprite 16 to 93
  6.   end if
  7.   go the frame
  8. end