home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / menumain.dxr / 00171_carling.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  137 b   |  8 lines

  1. global gSoundObj, gCustompath
  2.  
  3. on mouseUp
  4.   playSoundTrack(gSoundObj, 0, 1, 255)
  5.   open(gCustompath & "Premier\Prem95.exe")
  6.   halt()
  7. end
  8.