How to make a Runner Game???
guillopuyol
Member Posts: 5
Hi, I'm looking to make a runner game where the runner runs "into the scree", it is not a side scroller, the camera is behind the runner. Now, don't think I'm looking for a 3D game... I'm thinking of something that looks more like the Comodore 64 game Aztec Challenge:
Any good tutorials on how to create these sort of games?
Any good tutorials on how to create these sort of games?
Best Answer
-
JPGamesFactory Posts: 174You must scale the actor from small to hight to simulate the distance, (you can use interpolate,) and move the actor in prospective direction (with move to x,y or interpolate x, y)
I think this is the base to star develop this type of game.
Hope helpful
Answers
Check this and maybe I can help you