home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
star.swf
/
scripts
/
DefineSprite_77
/
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
|
2006-01-05
|
182 b
|
12 lines
ymax = 300;
onenterframe = function()
{
y = _parent._y;
if(y > ymax)
{
y = ymax;
}
c = math.floor(1 + y / ymax * _totalframes);
gotoAndStop(c);
};