Flash Preload mod
Flash Preload mod
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- mennik0
There's some trouble when copy/paste your code. There's also an unnecesarry line.
Try this :
onClipEvent (enterFrame) {
if (_root.getBytesTotal()>0) {
this._xscale += (((_root.getBytesLoaded()/_root...
if (_root.getBytesLoaded() == _root.getBytesTotal) {
_root.nextFrame();
}
}
}Nice loader btw.