really cool effect!
Posted 4 months ago
Plasma Preloader Preloader 7 of the Ultimate Preloader 20 Pack
Bored of all the preloaders out there? Try out this unique and high quality preloader!
This preloader is easy to customize and contains all the code needed to run!
Just copy and paste the preloader to the first frame and you’re done! You don’t even need to add a stop() action! It’s that easy!
File includes the preloader shown in the preview. Opens with Flash 8 or higher. Help file for modifications is included.
If there is any questions/suggestions, feel free to email tb11fd [at] gmail.com!

Thanks for all the great feedback! The effect is not pre-animated, the blobs’ movement is based on code. You can tell since the effect is different each time.
Posted 4 months ago
Yep, you can use it on a white background! Just set the blend mode to INVERT , to make the blobs black. Which ends up looking really cool, btw 
Of if you’d like the blobs to be a different color, simply change the tint on it. It’s really easy to change the colors of things with Flash 8.
Posted 4 months ago
this is awesome…
one thing thats bugging me thoguh is I’ev got this preloader on a different scene to my main movie. I’ve changed the line of code I thought it would be to make the movie advance…(line 11 in the main MC) [as] _parent.play(); [/as] changed to [as] _root.gotoAndPlay(“Scene 1”, 1); [/as]
is that right? I know I could just drop it in front of the main content in Scene 1 but I always like to have a separate scene for my preloaders… Thanks in advance Jeff
Posted 4 months ago
Dear pointguard, Your code should be correct. I also suggest changing all the _parent to _root so that it is checking the right thing to load.
Posted 4 months ago