home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 21
/
Creative-Review-CD-ROM-21.iso
/
pc
/
gallery
/
start.dir
/
00034_Script_34
< prev
next >
Wrap
Text File
|
1996-10-10
|
911b
|
50 lines
on startmovie
when keydown then checkKey
set the exitlock to true
end
on checkKey
if the commanddown then
if the key="." or the key="Q" or the key="q" then
dontpassevent
repeat with n = 1 to 48
puppetsprite n, 0
end repeat
stopit
play done
puppetPalette "System - Mac", 60
end if
end if
if the controlDown then
if the key="." or the key="Q" or the key="q" then
dontpassevent
repeat with n = 1 to 48
puppetsprite n, 0
end repeat
stopit
play done
puppetPalette "System - Mac", 60
end if
end if
end
on soundIt
if soundBusy(1) then
go to frame 2
else
go to the frame
end if
end soundIt
on stopit
repeat with n = 1 to 48
puppetsprite n ,0
end repeat
repeat with s = 1 to 8
sound stop s
end repeat
end stopit