PDA

View Full Version : Fireworks



Tyg3r
June 16th, 2005, 10:55 AM
For someone with no knowlegde of actionscript, this is the best I could do.

Mark
________
MARY JANE (http://maryjanes.info/)

Tyg3r
June 16th, 2005, 11:05 AM
For someone with no knowlegde of actionscript, this is the best I could do.

Mark(I SHOULD have attatched the file this time!!!) *prays*
________
MARIA OZAWA DEEPTHROAT (http://www.****tube.com/video/14695/maria-ozawa-giving-a-deepthroat-blowjob)

Stratification
June 16th, 2005, 01:24 PM
Not bad at all, I could definitely see that working.

NeoDreamer
June 16th, 2005, 02:16 PM
1) Raise the framerate.
2) Make the black square blue.

Tyg3r
June 16th, 2005, 02:34 PM
Blue blocks, and faster frame rate... done.

As you might be able to see, it isnt really randomised. Just an animation. If anyone has any pointers, or tutorials on making the firework conintuously randomise, i'll give that a go. I really should get into actionscript really.

Mark
________
GAY ORGY (http://www.****tube.com/categories/635/orgy/videos/1)

NeoDreamer
June 16th, 2005, 02:44 PM
anyone has any pointers, or tutorials on making the firework conintuously randomise, i'll give that a go.

Put 3 instances of your fireworks movie clip symbol on the stage, spread out.
Label each fire1, fire2, and fire3 in the properties window.
Put the below code on the main timeline on frame X, where X = the length of your fireworks animation


_root.fire1._x = Math.random()*555;
_root.fire2._x = Math.random()*555;
_root.fire3._x = Math.random()*555;

Edit: this would make all 3 run at the same time. So stagger both the symbols and the code.

Tyg3r
June 16th, 2005, 03:52 PM
Well, i done what u said, putting 5 not 3 fireworks instead. At points it dont look likes its really randomising, but after looking at it for a while you can kinda of see the changes.

Its still got that animated feel to it thouh. Theres always a point when the animation ends, and theires nothing on the screen for a second or so. Is there a way to make it so theres ALWAY something going on?

Should i upload the .fla file?

Mark

Thanx for you help!!!
________
Anime Cartoon (http://www.****tube.com/categories/103/cartoon/videos/1)

NeoDreamer
June 16th, 2005, 04:00 PM
There's a tutorial here: http://www.kirupa.com/developer/mx/continuousmovement.htm on continuous animation. It should solve your "completely blank" problem.

Seb Hughes
June 16th, 2005, 04:27 PM
Yes you should upload the fla

Jeff Wheeler
June 16th, 2005, 04:36 PM
I think the colors are a bit off-shade of the correct color. It's a great effect, but the colors need to be fixed (remember, Kirupa has those two colors in his demo fla). Also, I think everything should happen faster.

Perhaps also make the squares circles.

It's an awesome effect though :D

Tyg3r
June 17th, 2005, 07:21 AM
Thanx for the kind words all. I have taken most of what you have suggested into considoration, with the acception of the "completly blank" problem. The tutorial was very handy NeoDreamer, but I'm just not advance enough to use that method in my Fireworks effect.

However, I have attatched the .fla and your all more than welcome to take a look at my poorly constructed animation, and tweek it to perfection.

Also, I've taken the time to actually learn how to publish my .swf properlly on this forum. (So no more annoyingly downloading .swf files)

(Preview is on a different post, scroll down)

Mark
________
BLACK TUBE (http://www.****tube.com/categories/11/black/videos/1)

Jeff Wheeler
June 17th, 2005, 10:14 AM
Looks surprisingly great! I like it.

NeoDreamer
June 17th, 2005, 10:47 AM
Looks surprisingly great! I like it.
Agreed. When it is inside the shelll, it matches perfectly. I would suggest that you lower the gravity (increase time of fall). Real fireworks shimmer and loft in the air for a while before disappearing.

Tyg3r
June 17th, 2005, 11:25 AM
width=555 height=126

Funny you should mention that NeoDreamer, as I was working on it.

Thanx to some great tutorials, I managed to make it a little more complex, including the shimmer effect.

Althouh, now im worried its sucking up a little too much cpu???

Mark
________
Gang Bang Interracial (http://www.****tube.com/categories/595/interracial/videos/1)

Jeff Wheeler
June 17th, 2005, 11:35 AM
Not too much CPU at all. It seems fine here :thumb:

I really like this one.

kirupa
June 25th, 2005, 01:38 AM
I can't seem to find your entry. Could you re-attach your SWF :)