home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Galleria D'arte: Manet
/
Manet.iso
/
Dati
/
HomeMovie.dxr
/
00004_main.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-21
|
215 b
|
16 lines
on prepareMovie
global gMovie, gTutorial
sound stop 1
sound stop 2
puppetSound(0)
gTutorial = "TOpere"
gMovie = "HomeMovie"
end
on keyDown
go(1, "home")
tell the stage
go("home")
end tell
end