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

  1. on mouseUp
  2.   go("Store")
  3.   tell the stage
  4.     puppetSprite(4, 0)
  5.   end tell
  6.   tell the stage
  7.     set the visible of sprite 47 to 0
  8.   end tell
  9.   tell the stage
  10.     updateStage()
  11.   end tell
  12. end
  13.