home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
navig2.dir
/
00387_Script_387
< prev
next >
Wrap
Text File
|
1997-10-10
|
577b
|
22 lines
--SOLO PER I FILE CHE SONO SOTTO "INVENZIO"
on cambiainv qualeframe,qualemovie
global funzioni
cless
sound close 1
sound close 2
set funzioni = ""
toglimenubar
if the colorDepth <= 8 then
repeat with spt=1 to 48
set the visible of sprite spt to false
end repeat
updatestage
end if
if the machinetype < 255 then
go qualeframe of movie "invenzioni:invenzio:"&qualemovie&".dir"
else
set cddrive to char 1 of the moviepath
go qualeframe of movie (cddrive& ":\invenzio\"&qualemovie&".dir")
end if
end