i would like to know how to create a runner type game like this Would tshirtbooth or deep blueapps have tutorials, and no i dont want to buy a template
Yes if this is your first game, then just check out 100s of toturials and play orund for a bit. But if you already know the basics it should be pretty simple:
Create a ground/floor actor: Put in a rule that moves it for example at speed 300 from right to left (X axis). Important: when the actor moves out of the screen destory it.
Create an actor called "Spawner": In this actor put a rule that says: every 5 second, spawn actor "floor" at a position right out of the screen to the left.
Now a floor should be spawned and move across the screen every 5 second.
Then create a hero and add collide rules with the floor. The hero actually doesn`t move, only the platforms, background etc.
Check out youtube for toturials on actor jumping, spawning, background parallax, etc.
Comments
Create a ground/floor actor: Put in a rule that moves it for example at speed 300 from right to left (X axis). Important: when the actor moves out of the screen destory it.
Create an actor called "Spawner": In this actor put a rule that says: every 5 second, spawn actor "floor" at a position right out of the screen to the left.
Now a floor should be spawned and move across the screen every 5 second.
Then create a hero and add collide rules with the floor. The hero actually doesn`t move, only the platforms, background etc.
Check out youtube for toturials on actor jumping, spawning, background parallax, etc.
Good luck
Yes you can find help here, but it's not our job to find tutorials for you. Make a simple search.