home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
rooftopmadness.swf
/
scripts
/
DefineSprite_151
/
frame_2
/
DoAction.as
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
|
2006-05-23
|
261 b
|
13 lines
lapsedTime = getTimer() - startTime;
if(pauseDuration < lapsedTime)
{
rndRobinY = Math.random() * 200 + 100;
setProperty("_level0.robin", _Y, rndRobinY);
with(_level0.robin)
{
gotoAndPlay(2);
}
startTime = null;
stop();
}