Whats wrong?
onClipEvent (enterFrame) {
_height+=_root.getBytesLoaded()/_root.getBytesTotal()*79;
}
onClipEvent (enterFrame) {
if (_root.getBytesLoaded()==_root.getBytesTotal()) {
gotoAndPlay(2);
}
}
Thanks Albert!
Whats wrong?
onClipEvent (enterFrame) {
_height+=_root.getBytesLoaded()/_root.getBytesTotal()*79;
}
onClipEvent (enterFrame) {
if (_root.getBytesLoaded()==_root.getBytesTotal()) {
gotoAndPlay(2);
}
}
Thanks Albert!
:: Copyright KIRUPA 2024 //--