home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / animals.dir / 00017_introButt.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  372 b   |  11 lines

  1. on mouseUp
  2.   set the castNum of sprite 33 to cast "greyOut"
  3.   set the blend of sprite 33 to 60
  4.   set the locH of sprite 33 to 132
  5.   set the locV of sprite 33 to 34
  6.   set the locH of sprite 44 to the locH of sprite the clickOn
  7.   set the locV of sprite 44 to the locV of sprite the clickOn
  8.   set the castNum of sprite 44 to the castNum of sprite 30 - 20
  9.   updateStage()
  10. end
  11.