home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
mac
/
SAF-TV3
/
SAFTV
/
menc.swf
/
scripts
/
frame_3
/
DoAction.as
Wrap
Text File
|
2002-06-17
|
329b
|
13 lines
loadedFrames = getProperty("/", _framesloaded);
totalFrames = getProperty("/", _totalframes);
if(loadedFrames < totalFrames)
{
percentageOutput = int(loadedFrames / totalFrames * "100");
setProperty("barre 2", _xscale, int(loadedFrames / totalFrames * "100"));
gotoAndPlay(2);
}
else
{
gotoAndPlay(10);
}