home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00342.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  386 b   |  15 lines

  1. on exitFrame
  2.   global NextFrame, CurFrame, seenDances, seenSport, lastFrame, SpritePlace, theTicks, colorcrsr
  3.   set colorcrsr to EMPTY
  4.   set seenSport to EMPTY
  5.   set seenDances to EMPTY
  6.   puppetSound(0)
  7.   updateStage()
  8.   set theTicks to the ticks
  9.   set NextFrame to "fall1"
  10.   set lastFrame to NextFrame
  11.   set CurFrame to NextFrame
  12.   EndDance()
  13.   set the movieRate of sprite 15 to 1
  14. end
  15.