home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00017.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  237 b   |  13 lines

  1. on exitFrame
  2.   global dur
  3.   set the puppet of sprite 41 to 0
  4.   cursor(4)
  5.   stopvideo(2)
  6.   if isItAMovie(2) then
  7.     set dur to the duration of cast the castNum of sprite 2
  8.     go(the frame + 1)
  9.     startVideo(2)
  10.   end if
  11.   cursor(0)
  12. end
  13.