home *** CD-ROM | disk | FTP | other *** search
/ Iona Software Demo / MacWin_IonaSoftware_DemoCD.iso / pc / muppets / rll / sbs05ja.dir / 00069.ls < prev    next >
Encoding:
Text File  |  1996-02-23  |  321 b   |  13 lines

  1. global sprpick, sprcast
  2.  
  3. on mouseDown
  4.   puppetSound(word 1 of the name of cast the castNum of sprite the clickOn)
  5.   if the castNum of sprite the clickOn > 44 then
  6.     go("idle")
  7.   else
  8.     set sprpick to the clickOn
  9.     set sprcast to the castNum of sprite the clickOn
  10.     vwLegalButton(sprpick, "checkans")
  11.   end if
  12. end
  13.