home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / CLICK / 00010.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  277 b   |  14 lines

  1. on startMovie
  2.   set the volume of sound 2 to 255
  3. end
  4.  
  5. on flash spnum
  6.   repeat with i = 1 to 4
  7.     set the visible of sprite spnum to not (the visible of sprite spnum)
  8.     updateStage()
  9.     set a to the timer
  10.     repeat while the timer < (a + 5)
  11.     end repeat
  12.   end repeat
  13. end
  14.