home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / frendz.exe / frendz.dcr / Scripts_10_b_IntroSplash.ls < prev    next >
Encoding:
Text File  |  2002-12-31  |  102 b   |  11 lines

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