home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch06_med / 1bitgrph / andromed.dcr / 00018.ls < prev    next >
Encoding:
Text File  |  1996-12-02  |  288 b   |  14 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   repeat while the stillDown
  4.     if rollOver(6) then
  5.       set the castNum of sprite 6 to cast "highliteRight"
  6.     else
  7.       set the castNum of sprite 6 to cast "right"
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   puppetSprite(6, 0)
  12.   go("animDone")
  13. end
  14.