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

  1. on exitFrame
  2.   go("Base")
  3.   tell the stage
  4.     puppetSprite(4, 0)
  5.   end tell
  6.   tell the stage
  7.     updateStage()
  8.   end tell
  9.   tell the stage
  10.     set the visible of sprite 47 to 1
  11.   end tell
  12.   tell the stage
  13.     updateStage()
  14.   end tell
  15.   cursor(0)
  16. end
  17.