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

  1. on su 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.   if ss >1 then
  6.     if ss = 2 then
  7.       set the locv of sprite spritecur to 64 
  8.     else
  9.       set the locv of sprite spritecur to 64+integer ((lungh_barra/righe_scroll_testo)*ss)
  10.     end if
  11.     set ss to ss-1
  12.     set the scrolltop of member castart to the scrolltop of member castart - valore
  13.     --    set the locv of sprite spritecur to 64+integer ((lungh_barra/righe_scroll_testo)*ss)
  14.     --    put "locv in su " the locv of sprite spritecur ,lungh_barra,righe_scroll_testo,ss
  15.     set aobeep to true      
  16.   else
  17.     if aobeep then
  18.       set aobeep to false
  19.       beep     
  20.     end if
  21.     exit
  22.   end if
  23. end