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

  1. on mousedown
  2.   set the loc of sprite 14 = (the loc of sprite 14 + 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 14 = (the loc of sprite 14 - 1)
  12.   updatestage 
  13. end
  14.  
  15. on MouseUpOutside
  16.   go to the frame
  17.   set the loc of sprite 14 = (the loc of sprite 14 - 1)
  18.   updatestage
  19. end