home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1999 January / WPCJAN99.ISO / DXRS / Files / VNUmenu.dxr / 00187.ls < prev    next >
Encoding:
Text File  |  1998-10-22  |  404 b   |  16 lines

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