home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
CREDITS.DIR
/
00075_Script_75
< prev
next >
Wrap
Text File
|
1997-09-27
|
678b
|
25 lines
on ritorna
global percorso,r_movie
if count (percorso) > 1 then
blocca
deleteat (percorso,count(percorso))
set r_movie = getlast (percorso)
set r_marker = getPropAt(percorso, count(percorso))
delete char 1 of r_movie
-- put percorso
if r_movie = the moviepath & the moviename then
deleteat (percorso,count(percorso))
repeat with a = 1 to 48
puppetsprite a,false
set the visible of sprite a to true
end repeat
go to frame r_marker
exit
else
deleteat (percorso,count(percorso))
cambiamovie r_movie, r_marker, "true"
exit
end if
end if
end