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

  1. global gSoundTrack1, gSoundTrack2, gMusicOn
  2.  
  3. on beginSprite me
  4.   puppetSound(8, "music1")
  5.   gMusicOn = 1
  6.   gSoundTrack1 = 1
  7.   gSoundTrack2 = 0
  8. end
  9.  
  10. on exitFrame me
  11.   go(the frame)
  12.   checkGameTime()
  13. end
  14.