Having a few problems getting a preloader to run alongside an animation…the movie itself is based around two key frames because developing with scenes caused it to stop, in Flash MX. I have an animation where a door opens and the main site is seen through it, but the preloader seems to stop the tween?
This is a cut out version to give an idea…the problem is the main page has a lot of images and as I said in MX I’m unable to get scenes to run smoothly. The other option is to load sub-movies but they would also require loaders for each option.
Hmmm…not what I was trying to achieve - I want the loader bar to indicate that the site is loading in the background as the door opens - almost like the door replaces the slider…maybe that’s the way forward : make the animation the called tween and make it 100 frames long…
I’ve never written modules but understand component architecture.
or, just leave this thread open and perhaps one endowed with the actionscript kung foo will come through and take pity upon a poor soul…what would be cool is if the door animation was. like, 20 frames and had a stop action on each frame…then, the script, as each 5 percent loaded, told the movieclip to go to the next frame.
Since I couldn’t get any suggestions from the masses, here’s what I think will work…try it and see. You’ll notice that it is quite different from what I made before…I eliminated all of the else statements in favor of frame redirects. I think this one works.