home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
neko_juppiki.swf
/
scripts
/
DefineSprite_69
/
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-03-20
|
259 b
|
16 lines
function entryMark(n)
{
if(n >= 10)
{
n = 10;
if(this.ok_flg == false)
{
this.gotoAndPlay("ok");
this.ok_flg = true;
}
}
this.mc_mark.gotoAndStop(n + 1);
}
this.ok_flg = false;
this.stop();