home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
sketch2.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2008-09-04
|
135b
|
12 lines
stop();
t = 0;
onEnterFrame = function()
{
t++;
if(t > 70)
{
nextFrame();
onEnterFrame = null;
}
};