home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Mare
/
SHAREDM.CST
/
03101_Script_3101
< prev
next >
Wrap
Text File
|
1997-09-15
|
505b
|
34 lines
on crea_lista mar
set lista to []
go mar
if mar<>"menu" then
set m to marker(0)
set m to m+1
go m
end if
set cambio to 0
repeat with x=1 to 48
set y to the castnum of sprite x
if y=0 and cambio=1 then
add lista, x-1
set cambio to 0
else
if y>0 and cambio=0 then
add lista, x
set cambio to 1
end if
end if
end repeat
if y>0 then
add lista, 48
end if
return lista
end