home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SVM Mac - Best of 1995
/
SVM-MAC-WIN-1995-133.img
/
mac
/
PARTCOM
/
HACHETTE
/
DEMODHM
/
SHARED.DIR
/
00304_Script_304
< prev
next >
Wrap
Text File
|
1995-11-07
|
294b
|
17 lines
on startmovie
cursor 200
end
on keyup
if the key = "p" then
go to the frame
else if the key = "c" then
CONTINUE
--If the key = "r" then go to movie "DHM01"
else if the key = "q" then
go to movie "DHMFIN"
else
go to movie "DHMFIN"
end if
end