home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / vision.dir / 00048.txt < prev    next >
Encoding:
Text File  |  1995-01-24  |  351 b   |  14 lines

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