home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
miffyrecipe.swf
/
scripts
/
DefineSprite_319
/
frame_1
/
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
|
2007-09-27
|
119 b
|
12 lines
timer++;
if(timer == 30)
{
_parent.gotoAndPlay("repeat");
timer = 0;
play();
}
else
{
play();
}