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

  1. global gMasterObj, gSoundObj, gMenuObj
  2.  
  3. on startMovie
  4.   autoUnloadMovie(gMasterObj)
  5.   set the actorList to []
  6.   append(the actorList, gSoundObj)
  7.   playSoundTrack(gSoundObj, "LENNY", 1, 255)
  8.   init(gMenuObj, 7, "2ndmenu.00000")
  9.   set newTextScroll to new(script "textScrollScript")
  10.   init(newTextScroll, 1, 10, 480 / 3, 52, 432)
  11. end
  12.  
  13. on stopMovie
  14.   set the actorList to []
  15. end
  16.