home *** CD-ROM | disk | FTP | other *** search
/ Computerworld: Vánoce 97 / Computerworld_1997-12_cd.bin / twsampl / nav00.dxr / 00146.ls < prev    next >
Encoding:
Text File  |  1997-11-17  |  181 b   |  14 lines

  1. on exitFrame
  2.   go("Base")
  3.   tell the stage
  4.     go("Net")
  5.   end tell
  6.   tell the stage
  7.     puppetSprite(4, 0)
  8.   end tell
  9.   tell the stage
  10.     updateStage()
  11.   end tell
  12.   cursor(0)
  13. end
  14.