home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / vision.dir / 00048_Field_48.txt < prev    next >
Text File  |  1995-06-14  |  364b  |  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