Pixelation

Critique => Pixel Art => Topic started by: JJ Naas on November 25, 2009, 07:09:07 pm

Title: [WIP] Autokill
Post by: JJ Naas on November 25, 2009, 07:09:07 pm
I'm helping out a friend of mine is practicing Flash and is making a game as an incentive to learn stuff. He laid down some base graphs before I jumped in. In the game you're driving a car that's picking up speed constantly, and the only way to slow down is to run over people while dodging incoming trucks. I'll post a link to the playable Flash game in a bit.

Here's the intro screen. Still WIP. Any suggestions for improvement?

(http://i573.photobucket.com/albums/ss178/jjnaas/autokill.png)


Here's an explosion that I did, ignore the rest of the ingame graphs, they're old.

(http://ungroup.net/jjntemp/digikuvia/explosion2.gif)
Title: Re: [WIP] Autokill
Post by: Jad on November 25, 2009, 07:21:51 pm
Right now explosion goes explowhiteball->rising ball-> dissolve

I want it to go explowhiteball->EXPLOSION OUTWARD with particles and or action lines moving outwards from the center of the explosion -> explosion cloud forms rising ball -> dissolve

what you've got right now just feels a bit lame.
Title: Re: [WIP] Autokill
Post by: JJ Naas on December 02, 2009, 05:38:07 pm
Right now explosion goes explowhiteball->rising ball-> dissolve

I want it to go explowhiteball->EXPLOSION OUTWARD with particles and or action lines moving outwards from the center of the explosion -> explosion cloud forms rising ball -> dissolve

what you've got right now just feels a bit lame.

Particles with a mushroom cloud? Are you sure about that? Anyway, the Chaos Engine mushroom cloud explosion was what I based this one on.

Here's a link (http://www.kaltsu.net/autokill/) to the WIP version of the game. The graphics aside, it still has a lot of unresolved issues (which my friend is hopefully still motivated enough to work on), like the scrolling that's not smooth at all (anyone got an idea what should be done?) and a very unpredictable behaviour on different browsers. If you're still alive after a minute then.. it's not meant to be that slow.



Title: Re: [WIP] Autokill
Post by: WM on December 02, 2009, 10:14:15 pm
Right now explosion goes explowhiteball->rising ball-> dissolve

I want it to go explowhiteball->EXPLOSION OUTWARD with particles and or action lines moving outwards from the center of the explosion -> explosion cloud forms rising ball -> dissolve

what you've got right now just feels a bit lame.

Particles with a mushroom cloud? Are you sure about that?

...


I agree with Jad.


It seems to me that your explosion is lacking one very important detail; the actual explosion. What I see when I watch closely is circular shockwave and a mushroom/plume cloud that you seem to be treating as the actual explosion -- I suggest creating an explosion where the car is (leave the shockwave in there with it for a nice effect), and then having that explosion dissolve into a rising plume of smoke.
Title: Re: [WIP] Autokill
Post by: huZba on December 03, 2009, 06:29:19 am
When there's a lot of scrolling involved (and not scaling/rotating), switch on "use runtime bitmap caching" in the properties window. This way the graphics don't need to be reloaded every time they're drawn. Should make the game a lot smoother.