home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / resource / schulung.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1996-06-06  |  179 b   |  9 lines

  1. on exitFrame
  2.   global CPU, videoSprite, Videotime, videoName
  3.   if the movieTime of sprite videoSprite = Videotime then
  4.     endVideo()
  5.     go("Start")
  6.   end if
  7.   go(the frame)
  8. end
  9.