home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 August
/
Chip_2004-08_cd1.bin
/
oddech
/
western
/
tiroteo.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2004-06-09
|
560b
|
23 lines
if(_root.getBytesLoaded() >= _root.getBytesTotal())
{
gotoAndStop("start");
play();
}
else
{
loader._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
procent = int(loader._xscale);
if(_root.getBytesTotal() / 4 < _root.getBytesLoaded())
{
txtload = "Preparing terrain";
}
if(_root.getBytesTotal() / 2 < _root.getBytesLoaded())
{
txtload = "FreestyleDesigning enemy";
}
if(3 * _root.getBytesTotal() / 4 < _root.getBytesLoaded())
{
txtload = "Preparing for combat";
}
}