home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
PAYOFF.DIR
/
00043_Script_43
< prev
next >
Wrap
Text File
|
1995-06-07
|
332b
|
18 lines
--wait for mouseclick
on exitFrame
ARROWCURSOR
startTimer
repeat while the timer < (5 * 60)
if the mouseDown then
puppetsprite(7), false
puppetsprite(9), false
go (the frame + 1)
abort
end if
updateStage
end repeat
puppetsprite(7), false
puppetsprite(9), false
end