home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
drifting.swf
/
scripts
/
frame_2
/
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
|
2005-08-23
|
209 b
|
8 lines
percentLoaded = 100 * (_root.getBytesLoaded() / _root.getBytesTotal());
loading_str = "Loading " + Math.round(percentLoaded) + "%";
if(percentLoaded < 100)
{
gotoAndStop("loaderStart");
play();
}