home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 December (Bonus) / HAWKING.ISO / 06.DIR / 00308.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  488 b   |  15 lines

  1. on exitFrame
  2.   global gLastRolledOn, gMoviePlayed, gCastOfSprite15, gCraftBefore, gCraftLine, gTimeCounter, gDestLabel, gDestNumber
  3.   set gDestNumber to 0
  4.   set gDestLabel to 0
  5.   puppetizerMan()
  6.   puppetSprite(28, 1)
  7.   set gTimeCounter to 0
  8.   startTimer()
  9.   put the name of cast the castNum of sprite 15
  10.   set gCastOfSprite15 to the name of cast the castNum of sprite 15
  11.   put the name of cast the castNum of sprite 15
  12.   set gLastRolledOn to 0
  13.   set the timeoutScript to "FlyThruNew"
  14. end
  15.