http://pureloaders.com/products/trendy/pureloader_trendy_0006_preview.html
I’ve searched, but i can’t find… i’m a noobin AS, i don’t understand much of AS, since i’m good at design and not on programing. :wasted:
So, can anyone tell me how to create a circular preloader, with the percentage, like in the link i just gave in the begining of this post?..
:sigh:
Thanks a lot in advance…
I figure what you should do is just make a mask of what you want to be the preloader… and make your preloader like the 100 frames method…
IE:
make a movieclip insert 100 blank frames
place your loadbar into a new layer
place a mask over the load bar
tween the mask all the way to the 100 frames so you have your animation.
place the code in the first frame in a new layers called actions.
and bam. you’ve got what you want…
You can start with this file and modify it to make it a circle instead of a bar. As mentioned above, you would want to mask the circle over the timeline.
Hope this helps.
I’m going to work on this…sounds like a good Trig problem to me.
If you think of your unit circle from trig all you should need to do is calculate the width based on percentage loaded. Take that and do some Math.sin() function perhaps cos is better…I’m not sure yet. I’ll get back to you.
This should be able to be completly scripted. I’d think.
Thanks guys! :hugegrin:
You’re awsome, but i already resolved the problem with my friend _this :geek:
I let you here my fla, so you can see how he resolved my issue. Note that the design is still on a very primitive phase… but that’s the wanted effect…
:hugegrin:
You didn’t include the .as file in your .zip file. Regardless, it kind of reminds me of this: http://www.kirupa.com/forum/showthread.php?p=1551702
i didn’t sent any as file, because i have instaled on my pc the following flash extension:
mc_tween_2_28_29.mxp
that you can find here. After you instal it, reboot your macromedia flash, and compilate the fla file again, and… eureka!!
:cap: