home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / featbio.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  333 b   |  15 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, "LOUISE", 1, 255)
  8.   set newTextScroll to new(script "textScrollScript")
  9.   init(newTextScroll, 1, 5, 214, 366, -454, 1034)
  10. end
  11.  
  12. on stopMovie
  13.   set the actorList to []
  14. end
  15.