home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / anfintro.dir / 00011_Script_11 < prev    next >
Text File  |  2000-11-19  |  464b  |  20 lines

  1. on mousedown
  2.   set the loc of sprite 10 = (the loc of sprite 10 + 1)
  3.   puppetsound member "click" of castlib "suoni" 
  4.   updatestage
  5.   repeat while the stillDown
  6.     scrollByLine member "testo",-1 
  7.   end repeat
  8. end
  9.  
  10. on MouseUp
  11.   set the loc of sprite 10 = (the loc of sprite 10 - 1)
  12.   updatestage
  13.   scrollByLine member "testo",-1 
  14. end
  15.  
  16. on MouseUpOutside
  17.   go to the frame
  18.   set the loc of sprite 10 = (the loc of sprite 10 - 1)
  19.   updatestage
  20. end