I’m having issues with the Make a game in 8 minutes tutorial. I have followed it using images I have, and cannot get the ball to move relative to the touch input rather than the balls x, y position. Here is my code, can any one see where I am going wrong?
It seems to be working for me, sort of. I had to create my own floor and ball since I don’t have your art work. It doesn’t move very much. I had to change the 2nd parameter to the addLinearImpulse to like -0.3.
Are you getting any errors in your console log? If you don’t know how to see the console log please read and bookmark this blog post for future reference:
It seems to be working for me, sort of. I had to create my own floor and ball since I don’t have your art work. It doesn’t move very much. I had to change the 2nd parameter to the addLinearImpulse to like -0.3.
Are you getting any errors in your console log? If you don’t know how to see the console log please read and bookmark this blog post for future reference: