home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / JIYU.Dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  276 b   |  17 lines

  1. on playqt qnum
  2.   set the movieRate of sprite qnum to 1
  3. end
  4.  
  5. on stopqt qnum
  6.   set the movieRate of sprite qnum to 0
  7. end
  8.  
  9. on ffqt qnum
  10.   set the movieRate of sprite qnum to 2
  11. end
  12.  
  13. on rewqt qnum
  14.   set the movieTime of sprite qnum to 0
  15.   set the movieRate of sprite qnum to 1
  16. end
  17.