Is there a way to bounce an object by touch? So when you hit it an one point it will bounce off in the opposite direction?
Thanks, Manny
Develop games in your browser. Powerful, performant & highly capable.
Sure is.
Find the Touch X & Y. Calculate the angle from Touch X & Y to the Object X & Y.
Then move that object in the direction of that angle.
If this doesn't make sense, you need to do more tutorials to understand basic concepts first. Good luck!
I am indeed a beginner.
Although i understand what you mean, i don't really know how to do these things.
Maybe some basic tutorials first then
Thanks for your reply!