home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / faq / faq_ftp.geo / 00009_down.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  569 b   |  19 lines

  1. on mouseDown
  2.   set whichSprite to the clickOn
  3.   set the castNum of sprite whichSprite to the number of cast "down_D"
  4.   updateStage()
  5.   SetStepMeter("increase")
  6.   repeat while the mouseDown
  7.     if rollOver(whichSprite) then
  8.       set the castNum of sprite whichSprite to the number of cast "down_D"
  9.       updateStage()
  10.       SetStepMeter("increase")
  11.       next repeat
  12.     end if
  13.     set the castNum of sprite whichSprite to the number of cast "down"
  14.     updateStage()
  15.   end repeat
  16.   set the castNum of sprite whichSprite to the number of cast "down"
  17.   updateStage()
  18. end
  19.