home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Indart.cst / 00089_Script_89 < prev    next >
Text File  |  1997-10-14  |  664b  |  20 lines

  1. on giu castart,spritecur
  2.   if  castart = "articolo" then set castart = 700
  3.   global ss,valore,lungh_barra,righe_scroll_testo,aobeep
  4.   set righe_scroll_testo to the linecount of member castart -10
  5.   
  6.   if ss<righe_scroll_testo then
  7.     set the scrolltop of member castart to the scrolltop of member castart + valore
  8.     set ss to ss+1
  9.     set the locv of sprite spritecur to 64+integer ((lungh_barra/righe_scroll_testo)*ss)
  10.     --    put "locv in giu " the locv of sprite spritecur ,lungh_barra,righe_scroll_testo,ss
  11.     set aobeep to true      
  12.   else
  13.     if aobeep then
  14.       set aobeep to false
  15.       beep
  16.     end if
  17.     
  18.     exit
  19.   end if
  20. end