home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 25 / CDROM25.iso / lazer / fpwtdemo / Option.dcr / Internal_76.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  241 b   |  16 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 < the stopTime of sprite 1 then
  3.     go("CreditsLoop")
  4.   else
  5.     StopQTMovie(1)
  6.     go("Start")
  7.   end if
  8. end
  9.  
  10. on mouseDown
  11.   if the controlDown then
  12.     StopQTMovie(1)
  13.     go("Start")
  14.   end if
  15. end
  16.