home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / guida.dir / 00065_Script_65 < prev    next >
Text File  |  1997-10-07  |  266b  |  17 lines

  1. on vap2 dv, qcast,bp
  2.   duplicate cast 499,qcast
  3.   
  4.   if dv = "su" then
  5.     scrollByLine member qcast,-1
  6.     scrollByLine member 499,-1
  7.   end if    
  8.   
  9.   if dv = "giu" then
  10.     scrollByLine member qcast,1
  11.     scrollByLine member 499,1
  12.   end if
  13. end
  14.  
  15.  
  16.  
  17.