This is a discussion on "recreating logo in flash" within the Flash & Multimedia Forum section. This forum, and the thread "recreating logo in flash are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
recreating logo in flash
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
recreating logo in flash
What's the best way to create this log in flash?
![]() I need each piece to be separate because I want my preloader to be the half circle rotating around the middle circles (which I don't know how to do quite yet). But I don't know how I can draw a half circle like that in flash. |
|
|
|
||||
|
Re: recreating logo in flash
The line tool, then bend the line...do you need me to show you?
|
|
|||
|
Re: recreating logo in flash
I tried it out, but for one.. the line is too thin.. I don't know how to make thicker lines. And for two, I bent it down, but it was just droopy.. didn't look like a half circle.. more like a smooth cone
|
|
|||
|
Re: recreating logo in flash
yeah cutting it in half works... i just didn't know how to change the thickness, thanks
now have any idea how to make the half circle rotate around the center circle as a pre loader if you do, let me suffer through it for a day first to try and learn. |
|
|||
|
Re: recreating logo in flash
so I tried making it rotate around the circle and came up with this,
www.jbscreations.com/random.swf no clue how, but I kind of like it. maybe you could point me in the right direction |
|
||||
|
Re: recreating logo in flash
Hmmm, not exactly what I was expecting, but I guess it will work. If you want me to play with it I will, just post the edit file up here, make sure to save it for Flash MX 2004.
Note: I am a bit of a perfectionist, so I might take some time...lol |
|
|||
|
Re: recreating logo in flash
http://www.jbscreations.com/logo.fla
There's the part of the logo I want as the preloader. I want it to actually rotate around the circle.. not do what it did in the first thing I posted.. like a clock basically, get it? well hopefully you can figure it out, thanks either way. |
|
||||
|
Re: recreating logo in flash
You have to save it for MX2004, I don't have flash 8 on this computer!!
|
|
|||
|
Re: recreating logo in flash
Okay, here it is again-- it's not how I want it to be now (the design) but if I can figure out how you did it I can do it myself
www.jbscreations.com/logo2.fla |
|
||||
|
Re: recreating logo in flash
Ok, I did not have enough time to be the usual perfectionist...but here is what I did...just enough for you to get the drift...some little bugs, but they should be rather easy to work out!!
http://www.jacobhaug.com/webforumz/files/fla/logo2b.fla http://www.jacobhaug.com/webforumz/files/fla/logo2c.fla |
|
|||
|
Re: recreating logo in flash
I think I got what I want, but now how do I make this a preloader? The code tells my preloader to go to and stop every frame (by 1%) up until 100.. playing the loader animation. But what if I want an animation to keep playing rather than just filling a bar up.
|
|
||||
|
Re: recreating logo in flash
Paste the code for the preloader up here...I will see what is going on...!!
|
|
|||
|
Re: recreating logo in flash
preloader_mc.onEnterFrame=function(){
l=holder_mc.getBytesLoaded(); t=holder_mc.getBytesTotal(); p=Math.round((l/t)*100) if(p<100){ preloader_mc.gotoAndStop(p) }else{ preloader_mc.gotoAndStop(100) if(holder_mc._currentframes==1){ holder_mc.gotoAndPlay('in'); } } } |
![]() |
| Tags |
| logo |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| logo help | hazy2k7 | Website Planning | 3 | Oct 10th, 2007 11:26 |
| Flash Designer (Central London, Flash, Flash Games, Flash banners, 22K-28K) | CapitalStrategy | Job Opportunities | 0 | Aug 13th, 2007 09:39 |
| Flash Designer (Central London, Flash, Flash Games, Flash banners, 22K-28K) | CapitalStrategy | Job Opportunities | 0 | Aug 13th, 2007 09:04 |
| Creating logo from flash player? | mooshooh | Starting Out | 30 | May 23rd, 2007 17:44 |