Preloader works on mac but....
Preloader works on mac but....
- Started
- Last post
- 3 Responses
- vellan
no on pc...
wtf is the deal with that?
I am so friggin stumped.
and tired.
anyone know a way around this?
- err0
Whats the code I never had that problem what happpens on the PEECEE side?
- vellan0
here;s code...generic shit...
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes-loaded_bytes;
percent_done = int((loaded_bytes/total_bytes)*1...
bar.gotoAndStop(percent_done);
ifFrameLoaded ("Scene 1", 5) {
gotoAndPlay ("Scene 3", 1);
}