home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / vision.dir / 00144_Script_144 < prev    next >
Text File  |  1995-06-14  |  385b  |  15 lines

  1. on mousedown
  2.   put the clickOn into whichSprite
  3.   puppetSprite whichSprite, TRUE
  4.   set the castnum of sprite whichSprite = ¼
  5.     the number of cast (the name of cast (the castnum of sprite whichSprite) && "lit")
  6.   repeat while the stilldown
  7.     updatestage
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   put the clickOn into whichSprite
  13.   puppetSprite whichSprite, FALSE
  14.   go "press"
  15. end