home *** CD-ROM | disk | FTP | other *** search
/ The Great Galaxy Grid Game (Teacher's Edition) / GALAXY.ISO / pc / helpers / sg.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1999-01-21  |  135 b   |  13 lines

  1. on mouseUp
  2.   sound stop 1
  3.   go("end")
  4. end
  5.  
  6. on exitFrame
  7.   if the timer > 3600 then
  8.     go("end")
  9.   else
  10.     go(the frame)
  11.   end if
  12. end
  13.