home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / shared.dir / 05289.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  482 b   |  16 lines

  1. on mouseUp
  2.   global gpressed
  3.   set the puppet of sprite the clickOn to 1
  4.   set the puppet of sprite the clickOn to 1
  5.   set caster to the name of cast the castNum of sprite the clickOn
  6.   put "down" into word 3 of caster
  7.   set the puppet of sprite the clickOn to 1
  8.   set the castNum of sprite the clickOn to the number of cast caster
  9.   repeat with n = 3 to 4
  10.     if n <> the clickOn then
  11.       set the puppet of sprite n to 0
  12.     end if
  13.   end repeat
  14.   set gpressed to the clickOn
  15. end
  16.