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

  1. on exitFrame
  2.   if the duration of cast "01TAIKEN.MOV" > the movieTime of sprite 15 then
  3.     go(the frame)
  4.   else
  5.     set the movieRate of sprite 15 to 0
  6.     set the movieTime of sprite 15 to 0
  7.     set the visible of sprite 15 to 0
  8.   end if
  9. end
  10.