I’ve been looking through a lot of 2D animation guides and a lot of them are quite complex.
I can’t seem to find anything about how to do the very basics. My goal is to make a a burning effect from a jet engine(2d). There’s no rotations or anything like that. It’s going to be a very simple side scroller. I just need to add a little fire to the back as I press the move key.
Anyone know of some guides that cover something of this sort? Would love to start small before diving in to the deeper stuff.
im just working through some simple 2d animation as well, for a simple platformer im doing.
have a wee look through a previous live session from Mike Geig. i know its related to a 2d character controller, but theres some good info in there. hope that helps a bit.
if you cant get it, let me know and ill try and put something together over the next couple of days to try and help with some of the code ive being doing for my project. (be warned my code isnt elegant by any stretch :))
That is actually quite perfect for what I need. Easy to understand and implement. I do need to get on getting a more complex method down though as I’ll need it later in my game.