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
if a <> 47 then
puppetsprite a,false
set the visible of sprite a to true
end if
end repeat
-----------PER TORNARE AL VIAGGIO
set mn to the moviename
if r_marker = 1 and (offset("mi",mn) or offset ("mp",mn)) then
set r_marker to "viaggio"
end if
-----------
go to frame r_marker
exit
else
deleteat (percorso,count(percorso))
if the colorDepth<=8 then viff 1,48
puppetsprite 47,false
set the visible of sprite 47 to false
toglimenubar
updatestage
-------NON SPEGNE SE ANDIAMO A DELLE INVENZIONI
set m_n to the moviename
if offset ("navig",m_n) or offset ("menu",m_n) or offset ("extra",m_n) or offset ("navig",r_movie) or offset ("menu",r_movie) or offset ("extra",r_movie) then
if the colorDepth<=8 then viff 1,48
end if
-------------
-----------PER TORNARE AL VIAGGIO
if r_marker = 1 and (offset("mi",r_movie) or offset ("mp",r_movie)) then