home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Mare
/
SHAREDM.CST
/
03012_Script_3012
< prev
next >
Wrap
Text File
|
1997-09-15
|
518b
|
17 lines
on su castart,spritecur
global ss,valore,lungh_barra,righe_scroll_testo,pezzetto
set righe_scroll_testo to the linecount of member "articolo" -10
if ss > 1 then
set ss to ss-1
set the scrolltop of member castart to the scrolltop of member castart - valore
set the locv of sprite spritecur to 64+integer ((lungh_barra/righe_scroll_testo)*ss)
put "locv in su " the locv of sprite spritecur ,lungh_barra,righe_scroll_testo,ss
else
beep
exit
end if
end