home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Sketchy.exe / Sled.dcr / 00117_b_IntroSplashLoop.ls < prev    next >
Encoding:
Text File  |  2002-12-31  |  100 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3.   checkGameTime()
  4. end
  5.  
  6. on mouseDown
  7.   sound(1).stop()
  8.   go("Main")
  9. end
  10.