Ball jump and actor moving issue
Gamexs
Member Posts: 35
Hello,
i have a game requirement like below game...i have created basic things in my project ,but i was stuck at when a ball falling from the top and when collide with actor it has to stay on his position and can move around right and left .but i have issue with my actor when it collide with ball it also go down out of the screen . in short i want to make game like below link .
Please some here suggest me .
http://www.santabanta.com/games/1470/bouncing-eggs/
here is my sample project : http://www.mediafire.com/download/mhz5m7x4bwg978x/Jumping_Egg.gameproj.zip
i have a game requirement like below game...i have created basic things in my project ,but i was stuck at when a ball falling from the top and when collide with actor it has to stay on his position and can move around right and left .but i have issue with my actor when it collide with ball it also go down out of the screen . in short i want to make game like below link .
Please some here suggest me .
http://www.santabanta.com/games/1470/bouncing-eggs/
here is my sample project : http://www.mediafire.com/download/mhz5m7x4bwg978x/Jumping_Egg.gameproj.zip
Best Answer
-
jamie_c ImagineLabs.rocks Posts: 5,772@Gamexs, I've updated the project attached.
What I did was Constrain your paddles Y location to 50 and updated some of it's physics settings to get the ball to bounce off of it correctly. I increased it's Density to 400 and Fixed it's Rotation.
I also moved all of your Behaviors into the Prototype actors. You had a mix of Behaviors in Prototypes and Instances.
Check it out, hope it's what you're looking for.
Answers
i have a game requirement like below game...i have created basic things in my project ,but i was stuck at when a ball falling from the top and when collide with actor it has to stay on his position and can move around right and left .but i have issue with my actor when it collide with ball it also go down out of the screen . in short i want to make game like below link .
Please some here suggest me .
http://www.santabanta.com/games/1470/bouncing-eggs/
here is my sample project : http://www.mediafire.com/download/mhz5m7x4bwg978x/Jumping_Egg.gameproj.zip
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page