HOME | DD

Published: 2006-05-04 03:10:54 +0000 UTC; Views: 917; Favourites: 9; Downloads: 186
Redirect to original
Description
⍨Related content
Comments: 20
Age2003 [2006-05-04 23:51:59 +0000 UTC]
Thats a really nice effect
How long did it take you to do?
👍: 0 ⏩: 1
Zaleucus In reply to Age2003 [2006-05-05 00:21:24 +0000 UTC]
a 3 hour class... but that's only because I was using the split method incorrectly for a while. It's actually really simple and if I had known how to do everything would only take a few minutes
Also I had a lecture I had to keep some attention on
👍: 0 ⏩: 0
Zaleucus In reply to UTGrim [2006-05-04 20:45:08 +0000 UTC]
I worked on it a lot today in class, I just can't figure out a good method to color them >.<
I want it to start with a random bright color and like flicker and dim or something. I guess I could always hard code it into an array...
👍: 0 ⏩: 0
Ron1649 [2006-05-04 12:44:20 +0000 UTC]
Arrays are things, that are hard to understand from the first sight. Anyway, you did it very nice. Btw, what fps rate is used here?
👍: 0 ⏩: 1
Zaleucus In reply to Ron1649 [2006-05-04 20:46:17 +0000 UTC]
I can't remember... I usually use 30fps for small simple things like this. if not that it's 24.
Seems like every time I use arrays I end up having to learn about them again. This time I learned how to use the splice method
👍: 0 ⏩: 1
Ron1649 In reply to Zaleucus [2006-05-05 13:39:37 +0000 UTC]
I tried to make smth with arrays, but my pc becomes very laggy after a while. I bet I should use splice, but it seems like it's not working for me =/
👍: 0 ⏩: 1
Zaleucus In reply to Ron1649 [2006-05-05 20:09:16 +0000 UTC]
Probably. Read the help about splice, the examples should be exactly what you want.
👍: 0 ⏩: 1
Ron1649 In reply to Zaleucus [2006-05-05 20:17:57 +0000 UTC]
Ha! Help in Flash is a powerful thingy
👍: 0 ⏩: 1
Zaleucus In reply to Ron1649 [2006-05-05 20:50:48 +0000 UTC]
Indeed. Probably one of the main reasons I've stuck with programming in actionscript so long. Anything else I would have gotten fed up with
👍: 0 ⏩: 0
Zaleucus In reply to thejcgerm [2006-05-04 20:47:10 +0000 UTC]
Thanks
The filters in flash 8 really make some amazing things possible. It's kinda like the smoke the usually leave behind
👍: 0 ⏩: 1
thejcgerm In reply to Zaleucus [2006-05-04 21:12:35 +0000 UTC]
huh, the first click gives you a deep blue colored-explosion, now why's that?
👍: 0 ⏩: 1
Zaleucus In reply to thejcgerm [2006-05-04 22:08:15 +0000 UTC]
Yeah, that's because originally I had them cycle through red green and blue (starting at blue) but when I applied the weird color transform to them the blue just got darker while the other two were interesting. So I took blue out of the cycle and I forgot to make it start on something different :-/ I'd upload a better one, but I've already done so much more work on it so I'll just wait for the next big revision
👍: 0 ⏩: 0
donkeypunchmurphy [2006-05-04 06:23:43 +0000 UTC]
arrays are beautiful things. they prevent you from doing lots of repetative work.
👍: 0 ⏩: 1
Zaleucus In reply to donkeypunchmurphy [2006-05-04 20:48:45 +0000 UTC]
Indeed
When I came up with the array to hold other arrays I thought I was all smart, but then I realized it's pretty much the same thing as a 2 dimensional array
I do use them with particle based things pretty often, but this time I learned about the split method!
👍: 0 ⏩: 1
donkeypunchmurphy In reply to Zaleucus [2006-05-05 00:06:33 +0000 UTC]
Aah yes. You should check all out all the fun you can have with prototype Movie functions too. If you get arrays the way you appear to, you'll have a field day.
👍: 0 ⏩: 1
Zaleucus In reply to donkeypunchmurphy [2006-05-05 00:23:15 +0000 UTC]
Prototype movie functions? Hmm... I've never even heard this term and apparently neither has the internet Is there some other more common name they would go by?
👍: 0 ⏩: 1
donkeypunchmurphy In reply to Zaleucus [2006-05-05 02:03:18 +0000 UTC]
do the Google search again, but instead of movie use movieClip, and toss the words actionscript 2.0 in there for good measure. A host of fun things will pop up fo sho.
👍: 0 ⏩: 0