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

  1. on rewqt spnum
  2.   set the movieRate of sprite spnum to 0
  3.   set the movieTime of sprite spnum to 0
  4.   updateStage()
  5. end
  6.  
  7. on ffqt spnum
  8.   set the movieRate of sprite spnum to 2
  9.   updateStage()
  10. end
  11.  
  12. on stopqt spnum
  13.   set the movieRate of sprite spnum to 0
  14.   updateStage()
  15. end
  16.  
  17. on playqt spnum
  18.   set the movieRate of sprite spnum to 1
  19.   updateStage()
  20. end
  21.