home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00151_interruptIntro.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  308 b   |  18 lines

  1. on exitFrame
  2.   if the movieTime of sprite 3 < the duration of cast "OPEN.MOV" then
  3.     go(the frame)
  4.   else
  5.     unpuppetAll()
  6.     go("LogIn")
  7.   end if
  8. end
  9.  
  10. on mouseDown
  11.   set the locH of sprite 3 to -1000
  12.   set the movieRate of sprite 3 to 0
  13.   go(marker(1))
  14.   unpuppetAll()
  15.   flushBuffer()
  16.   go("LogIn")
  17. end
  18.