home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / vivi_ex.exe / vivi_ex.DXR / 00019.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  251 b   |  12 lines

  1. on exitFrame
  2.   global gtlist, gcount1
  3.   set the castNum of sprite 39 to getAt(gtlist, gcount1) + 120
  4.   puppetTransition(34, 1, 4, 1)
  5.   updateStage()
  6.   set gcount1 to gcount1 - 1
  7.   repeat while soundBusy(3)
  8.     nothing()
  9.   end repeat
  10.   startgame()
  11. end
  12.