home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RINKAI.Dxr / 00169.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  189 b   |  10 lines

  1. on exitFrame
  2.   repeat with i = 26 to 28
  3.     set the movieTime of sprite i to 0
  4.   end repeat
  5.   updateStage()
  6.   repeat with i = 26 to 28
  7.     set the visible of sprite i to 1
  8.   end repeat
  9. end
  10.