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

  1. global gSoundObj, gMasterObj, gMenuObj
  2.  
  3. on startMovie
  4.   autoUnloadMovie(gMasterObj)
  5.   set the actorList to []
  6.   repeat with i = 2 to 7
  7.     set newRollObj to new(script "rollScript", i, the memberNum of sprite i, the memberNum of sprite 8)
  8.     append(the actorList, newRollObj)
  9.   end repeat
  10.   append(the actorList, gSoundObj)
  11.   playSoundTrack(gSoundObj, "DANDY", 1, 255)
  12.   init(gMenuObj, 9, "mot.00000")
  13. end
  14.