home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / choice.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1996-08-27  |  213 b   |  12 lines

  1. on mouseUp
  2.   global toolWindow
  3.   puppetSprite(4, 0)
  4.   puppetSprite(5, 0)
  5.   puppetSprite(6, 0)
  6.   puppetSprite(7, 0)
  7.   if objectp(toolWindow) then
  8.     set the visible of toolWindow to 0
  9.   end if
  10.   go("choice2")
  11. end
  12.