home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 September / macgaichiban199609.bin / MOVIES / 02BANJI / 00046.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  306 b   |  14 lines

  1. on exitFrame
  2.   global gmovieflg
  3.   set the visible of sprite 15 to 1
  4.   set the volume of sprite 15 to 256
  5.   set the movieTime of sprite 15 to 0
  6.   if gmovieflg = 0 then
  7.     set gmovieflg to 1
  8.     set the movieRate of sprite 15 to 1
  9.   else
  10.     set the movieRate of sprite 15 to 0
  11.   end if
  12.   updateStage()
  13. end
  14.