home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Popinv.dir / 00004_Script_4 < prev    next >
Text File  |  1997-09-17  |  265b  |  17 lines

  1. on vap 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.