A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: really SIMPLE preloader - please help

Hybrid View

  1. #1
    Flash Intermediate XenElement's Avatar
    Join Date
    Sep 2008
    Location
    At my computer
    Posts
    196
    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

  2. #2
    Junior Member
    Join Date
    Sep 2008
    Posts
    17

    Unhappy

    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center