Hi! So, I have this client that is a church. their logo is a hot air balloon. I am trying to make it randomly move (continuously) behind some words. I got it to work with someone else’s code, which I was greatful for. Now, I want it to stay in bounds and I want it to not be as choppy as it is. I tried this on my own but I can’t get it to work.
Anyway, when you look at it, I am warning you now that It looks really crappy but he seems to like it. If anyone can help me with the code… that would be SO GREAT!
I couldn’t upload the flash file…but here is the swf file…just so you can see what it looks like right now. If anyone can help, I can send you the flash file directly…THANKS!
Hi, thanks for replying! I don’t want it to bounce off the walls though. I want it to move like a real balloon in the air, not straight across. Know what I mean?
Then I suggest doing a long motion tween. You know, very detailed? I’d go about that by making a mc with your balloon mc in it and have it tweened along a motion guide. Design it in a way that the mc can just loop, you know? Adding to that, you can have the balloon rise and enter and then follow the motion guide. At the very last frame of the mc, have it loop to the frame where it starts following the motion guide…Or! you can have it ride the motion guide forward then backward and then loop back to the frame when it first follows the motion guide (a frame ahead of that if you don’t want it to lag because you’ll have a duplicate frame). Sorry, that’s confusing, but I’d do it with a motion tween if you don’t like the previous method.
So, I tried the motion tween and because I want it to move smoothly up and down across, it looks really choppy and the balloon ends up falling on its side when going down. Anyone know what to do? Thanks again!
have you tried raising the frame rate? change it from 12 to 24 if you havn’t already. The human eye sees at 15 fps. Anything above that will appear smooth.
i think there is a check-box called ‘orient to path’ that might prevent your balloon from turning on its side while traveling on the motion guide.
I’m just throwing out suggestions, i could be wrong.