Hello,
Here is an overview of my game:
I want when the mouse released the ball to move(force) toward the box and destroy it.
If you think this is correct, How should I fill out the 2-buttom filed?
regards,
Hello,
Here is an overview of my game:
I want when the mouse released the ball to move(force) toward the box and destroy it.
If you think this is correct, How should I fill out the 2-buttom filed?
regards,
You’re mixing the positions and objects - ball.X() and Box1.Y().
I believe the X position and Y position will be the Box1 position, while the Applying positions will be the ball. And it’s best to use the ball’s centre position; applying a force to the outside of the ball could have interesting results.
Sorry, I was mean ball.X() and ball.Y()
Can you explain more?