> another game in progress. i guess abt 90% complete.. with some bugs and missing sfx.. and problem with animations..zzz
>
> Chicken Bounce
>
> Do let know if you have any comments. :)
> oh yea i had problem making apk from html5 though. Followed the tutorial phonegap and stuff..but still get error in parsing package.. confuse on what to do...
That was pretty fun, good job! If you don't mind me asking, how did you accomplish the "trail" behind the chicken? I've been trying to figure that out for a while now and can't seem to get it.
Sorry for the late reply!. oh for that effect i created a circular glow png, fading to transparent. Add a fade behavior to it.
for the event:
For every system tick, system create glow (object.X, object.Y)
add move glow to the bottom of the layer.
This way it will create at every tick and fade away.. mimicking a trail.