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

  1. global gSoundObj, gMasterObj, gCustompath
  2.  
  3. on startMovie
  4.   autoUnloadMovie(gMasterObj)
  5.   autoLoad(gMasterObj, 1, 82)
  6.   set the actorList to []
  7.   append(the actorList, gSoundObj)
  8.   playSoundTrack(gSoundObj, "SMDU", 1, 255)
  9. end
  10.