home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_1811
/
frame_1
/
DoAction_2.as
next >
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
|
2007-09-27
|
263 b
|
16 lines
myTimer = new mbenneyTimer();
textbox = 200;
myTimer.stop();
secs = 200;
onEnterFrame = function()
{
if(!myTimer.pause)
{
textbox = secs - myTimer.getSecs();
}
if(secs - myTimer.getSecs() <= 0)
{
myTimer.reset();
}
};