home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
star.swf
/
scripts
/
DefineSprite_40_progressbar
/
frame_3
/
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
|
313 b
|
19 lines
totaldot = 8;
spacing = (r.villainpos - 500) / totaldot;
next = spacing;
no = 1;
onenterframe = function()
{
if(r.posnow > next)
{
this["i" + no].gotoAndStop(2);
next += spacing;
no++;
if(no > totaldot)
{
delete onenterframe;
}
}
};
stop();