I used to make games with flixel. Now I mostly make art for other devs, but like to put my coding hat on every once in a while. @ryanmalm on twitter.
@gamma LOL, well.. I tried your strategy, and I can still do better playing sm…
@drhayes, it is indeed. I've improved it's look since you last playe…
Thanks for the kind words guys! I've put up a repo at github if anyone wan…
Finished March 1gam entry. Would love some feedback from the community here!
…
@fulvio, override draw in main.js like so:
##
draw: function() {
//not calli…
Giodif, your suggestion worked perfectly, thanks! I didn't even need to f…
Yes, I hadn't properly updated the assets in my baked version. It is fixed…
Updated with sound effects, and is now endless. It will continue throwing more …
create two image objects, draw one on top of the other, looping them.
so one…
Jesse, this is really cool! I love the dark unknown exploration vibe you get.…
Great Start! I love the skidmarks that appear over time, I think they could be…
First 1gam, first impact game, having a blast. Coming from flixel/as3, impact …
It's the draw override thats killing you. Use a 1 by X dimension sprite, …
This will be my first 1gam, more of an exercise to learn the ropes of Impact th…
Wow, not sure how I missed the score console error before posting, Thanks!
…
I've been looking at this too long, can't figure out how I broke the …
check for input.state instead. input.pressed is only called once per keypress.…