We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I am designing Donkey Kong style game, I have the menu but I am having no succes on creating the movement and the boundaries/platforms, any ideas?
Answers
Do you have a player? Does your player have a position? How does the position change? How does what changes the position change? Do you have any code to show us, so we aren't starting from scratch we we try to help you?
I have nothing from the game, all the menus i need to know where can i find how to write the programing to create movement an then to create boundaries, it can be used as a box, i will then change it to an image
Do you have a player?
Does your player have a position?
How does the position change?
How does what changes the position change?
ok, now i have a square that moves, how can i make a platform as a floor and make it move using keys (i need that it can jump and have gravity)
So now you should write a Platform class. Then check if the player is on a platform.
Well, how's it going?
its quite nice, but when you press UP i does jump, but if you keep pressing it just smashes itself to the ceiling
That's minor. How are your Platforms doing?
Here are mine:
Well anyway, that's all I'm doing for now.
and that's all i needed, thank you, you are awesome!!!!
question, why does it fall through the platform if you jump from a higher platform?
Now it's your turn to work it out