home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
numbersequence.swf
/
scripts
/
DefineSprite_146
/
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
|
194 b
|
13 lines
function setFace(nFace)
{
if(nFace < 6 || nFace == 9)
{
this.gotoAndStop("Frame" + nFace);
}
else
{
this.gotoAndPlay("Frame" + nFace);
}
}
this.stop();