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

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