![]() |
A good walking tutorial - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: A good walking tutorial (/showthread.php?tid=856) |
A good walking tutorial - Fabzy - 04-04-2007 Is there a tutorial to make player sprites walking aniamtion smoother? For example what i mean is have 4 frames for each direction, frame 1 would be stand still and frame 2 & 3 would be left and right step and lastly frame 4 would be attack. So intotal you would have 16 frames adn a much smoother outcome. - Matt - 04-04-2007 Um.. Code it in yourself maybe? Oh, and didn't you JUST ask this same thing in my animation tutorial? - Fabzy - 04-04-2007 Why have a tutorial request area when peopel just tell you to do it your self when you REQUEST something? and no i asked if the tutorial done by fox was still around - Matt - 04-04-2007 You can request w/e you want, but that don't mean someone is going to do it for you. Specially something this simple. Just look at the bltplayer sub and study it, figure out how it pulls each frame from the file, add what you need, etc. It's one of the simplest things. - Fabzy - 04-04-2007 iv been trying all morning i even looked into ES code to see how they did it and it was all different so i figured it was something really big and probably out of my league I supose ill give it another go then ![]() [edit] Iv tried and no luck ![]() |