home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / files / RAFTmenu.dxr / 00110.ls < prev    next >
Encoding:
Text File  |  1998-09-24  |  289 b   |  13 lines

  1. global gMasterObj, gSoundObj
  2.  
  3. on startMovie
  4.   set the actorList to []
  5.   append(the actorList, gSoundObj)
  6.   playSoundTrack(gSoundObj, "buffalo", 2, 255)
  7.   autoUnloadMovie(gMasterObj)
  8.   repeat with i = 2 to 6
  9.     set newObj to new(script "objectScript")
  10.     init(newObj, i)
  11.   end repeat
  12. end
  13.