home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Tori
/
Mp059.dir
/
00061_Script_61
< prev
next >
Wrap
Text File
|
1997-08-27
|
837b
|
37 lines
on vap dv, qcast,bp
global rsc
duplicate cast 499,cast 500
if the number of lines in the text of cast 499 - 5 <= 0 then
duplicate cast 500, cast qcast
exit
end if
if dv = "su" then
if rsc > 1 then
set rsc to rsc - 1
delete line 1 to rsc of cast 500
duplicate cast 500, cast qcast
else
if bp = "sibeep" and rsc = 0 then beep
set rsc to 0
duplicate cast 500, cast qcast
end if
end if
if dv = "giu" then
if rsc <= the number of lines in the text of cast 499 - 5 then
set rsc to rsc + 1
delete line 1 to rsc of cast 500
duplicate cast 500, cast qcast
else
set rsc to the number of lines in the text of cast 499 - 4
if bp = "sibeep" then beep
end if
end if
end