Gladiator Arcade remake
Hello all...
This is one of my favorite old arcades that had a quite realistic for the time fighting style. I am trying to find tutorials on how to approach this endeavour. I am not good at all in programming, thus any guidance would e greatly appreciated.
I am looking for tutorials that can show me the way 1. on how to side scroll the game, 2. animate a 2d character like that (do i use many different drawn frames? how it works)
Thank you for the tips
Answer by tormentoarmagedoom · Sep 29, 2019 at 04:14 PM
Hello.
To scroll to right you have 2 options, or move the camera to right, or move everything to left ( so it will seems you r moving to right.
This is very basic. You should learn about tranform.position and translate function.
For animations, you can do diferent frame images, but for sure its much better to lesrn to use animator conponent. Look for tutorials.
As you are begining, dont be afraid to spend some hours watching tutorials, trying, tutorials, try try try... :D
Good luck!
Your answer
Follow this Question
Related Questions
How do I create a naturally swaying sequence of physics bones for a character? 0 Answers
Animation transition locks up temporarily during runtime of exe, works fine in editor 0 Answers
I have some problems with my animation.help PLEASE! 0 Answers
Can I duplicate a single frame of animation at runtime? 0 Answers
how to make my character jump after my jump animation plays 0 Answers