home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2003 August
/
TommyVideo.iso
/
flash
/
volumes
/
volume_1.swf
/
scripts
/
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
|
2003-06-08
|
240 b
|
13 lines
i2 = int(loadedFrames / totalFrames * 100);
i = i2;
if(i < 100 or Number(loadedFrames) < Number(totalFrames))
{
gotoAndPlay(2);
}
else
{
_level1._root.stageController.play();
_level1._root.isLoaded = true;
stop();
}