home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 30
/
Creative-Review-CD-ROM-30.iso
/
pc
/
gallery
/
demo.dir
/
00269_Script_269
< prev
next >
Wrap
Text File
|
1996-10-14
|
1KB
|
56 lines
on startMovie
cursor 200
when keydown then checkKey
end startMovie
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
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
play done
puppetPalette "System - Mac", 60
end if
end if
end
on clearIt
put " " into field "rh box"
put " " into field "skills"
put " " into field "bottom row"
put " " into field "top row"
put " " into field "agency"
end clearIt
on flik
startTimer
set the puppet of sprite 43 to TRUE
set the castnum of sprite 43 to the number of cast 47
updateStage
repeat while the timer <10
end repeat
set the castnum of sprite 43 to the number of cast 3
updateStage
set the puppet of sprite 43 to FALSE
end flik
on exitFrame
set the puppet of sprite 33 to FALSE
set the puppet of sprite 43 to FALSE
end enterFrame