|
-
DOT-INVADER
that's great my don juan...
except that i don't really trust that compression thing... yes, it compresses greatly the file itself, but when you launch the game/animation, your loading time is absolutely not faster... for example, have you noticed:
code:
onClipEvent (enterFrame) {
if (this.getBytesLoaded()==this.getBytesTotal()){
this.gotoAndPlay("beginTheThing");
}
}
imagine you have a loading bar with that piece of code now (it's only calculated in the first frame, with a stop() of course)... when the loading reaches 100%, well... it's still loading! sometimes up to 120 or 130% before launching...
ok, these are probably oh so old news for you anyway 
[edit] funny willy... i was using cartbert303's visuals/colors here for the forums... and i just noticed they forgot to put the "search" button with it
Last edited by marmotte; 10-08-2003 at 05:24 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|