home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00110.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  254 b   |  10 lines

  1. on mouseUp
  2.   global gsPopupType, gsPopupCont
  3.   set gsPopupCont to EMPTY
  4.   set gsPopupType to char 1 to 4 of the name of cast the castNum of sprite the clickOn
  5.   repeat with i = 1 to 37
  6.     set the puppet of sprite i to 0
  7.   end repeat
  8.   go("instDir")
  9. end
  10.