home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / vision.dir / 00146_Script_146 < prev    next >
Text File  |  1995-06-14  |  390b  |  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 "start Grid"
  15. end