|
-
Flash Intermediate
First ask yourself the question, are you able to use two swf files.
If yes, then you can make an external preloader that you can use for all of your stuff without worrying about making a new one for another project.
If no, you need to slide EVERY frame in your timeline 1 frame forward.
Then you need to find a preloader tutorial and just take the basic components like;
if (loaded){
start the move
}
if(loading){
do nothing but wait
}
if(precentloaded == total blah blah blah){
loaded=true
}
that should be really all of the things you need, go back to one of those "pull out your hair" tutorials and take some of the code.
In the process of designing a quirky little game engine called gulp. Check out it's progress below: @ my blog.
---
Check out my blog at XenElement.com
-
so i've tried a few new things and failed.
Also i seem to have broken the as i was using to make my preloader image spin by putting in preloader code any help you can give me would be much appreciated.
http://functionalrectangle.com/test1preload.fla
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
|