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

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