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

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