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

  1. global gSoundObj, gMasterObj
  2.  
  3. on startMovie
  4.   autoUnloadMovie(gMasterObj)
  5.   set the actorList to []
  6.   append(the actorList, gSoundObj)
  7.   playSoundTrack(gSoundObj, 0, 1, 255)
  8.   init(gMenuObj, 7, "2ndmenu.00000")
  9. end
  10.  
  11. on stopMovie
  12.   set the actorList to []
  13. end
  14.