Computer Science Canada Implosions |
Author: | Jorbalax [ Mon Mar 10, 2008 2:08 pm ] | ||
Post subject: | Implosions | ||
Balls that are drawn consecutively in an array and have a shrinking radius that corresponds to a timed delay. I left it so you could control the starting x/y locations with the mouse, as it gives it a really cool trail effect. It also looks cool if you set them to random locations or give the main x/y's physics to bounce around/etc, so feel free to mess around.
|
Author: | Mackie [ Mon Mar 10, 2008 3:08 pm ] |
Post subject: | RE:Implosions |
Nice, but it would be better if the circle colour was size dependent. |
Author: | Jorbalax [ Mon Mar 10, 2008 4:50 pm ] | ||
Post subject: | Re: Implosions | ||
Yeah that does look good.
|
Author: | A.J [ Mon Mar 10, 2008 5:48 pm ] | ||
Post subject: | Re: Implosions | ||
You could also use path finding (like A*) to help you add a 'friend' circle that follows you wherever you go. You could also store coordinates and different sizes of balls in a type/record. here's an example:
This way, you could store the different pieces of information in one single array ![]() just a few suggestions ![]() (keep asking for help, as we are here to help you ![]() A.J |
Author: | Jorbalax [ Mon Mar 10, 2008 8:38 pm ] | ||
Post subject: | Re: Implosions | ||
Yeah, making it into a chain would give you the same effect. I actually made this quite some time ago as a test for an implosion effect for a ball type game I was making...I was just sorting through some programs I had made, dug it up and start messing around with it again. I'll post the game after some touch ups, it's kinda cool. As for storing info in a single array...
|
Author: | Sean [ Tue Mar 11, 2008 7:00 am ] |
Post subject: | Re: Implosions |
I like the effect, and they way it fades from black to white, then back to black. Now, to expand this, try it with different shapes ![]() |
Author: | Doug101 [ Tue Apr 01, 2008 10:46 am ] |
Post subject: | Re: Implosions |
sweet program its really fun and simple its the most fun ive had in a while |
Author: | Tallguy [ Thu Apr 17, 2008 10:04 am ] |
Post subject: | RE:Implosions |
really well done |
Author: | andrew. [ Fri Apr 18, 2008 8:35 pm ] |
Post subject: | Re: Implosions |
Really nice. P.S. Move your mouse in spirals. It makes it look a bit like a time portal. lol. |