home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 June / PCOnline_06_1996.iso / mrmore / mrmore.dir / 00110_Script_110 < prev    next >
Text File  |  1996-04-11  |  281b  |  12 lines

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