Search found 5 matches

by PurpleDrain
Sun Jan 01, 2012 7:10 pm
Forum: Support and Development
Topic: Love.physics: Shooting objects towards the mouse pos?
Replies: 10
Views: 7291

Re: Love.physics: Shooting objects towards the mouse pos?

I apologise for the late reply, I have been away during the holiday!
Thank you for helping me with this problem.
by PurpleDrain
Sat Dec 24, 2011 3:51 pm
Forum: Support and Development
Topic: Love.physics: Shooting objects towards the mouse pos?
Replies: 10
Views: 7291

Love.physics: Shooting objects towards the mouse pos?

Hello everyone! I have been trying to figure out this problem to make an object shoot towards the mouse's X and Y coordinates using both applyForce() and applyImpulse(), but since math and physics aren't not my strongest subjects I've failed to do so. How would you go about this using one of these f...
by PurpleDrain
Tue Dec 06, 2011 7:31 am
Forum: Support and Development
Topic: Y collision check fails
Replies: 4
Views: 2654

Re: Y collision check fails

That's more effective, I've implented that instead now. I thank you again for your help!
by PurpleDrain
Mon Dec 05, 2011 10:09 pm
Forum: Support and Development
Topic: Y collision check fails
Replies: 4
Views: 2654

Re: Y collision check fails

Thanks! I appreciate your help.
by PurpleDrain
Mon Dec 05, 2011 8:38 pm
Forum: Support and Development
Topic: Y collision check fails
Replies: 4
Views: 2654

Y collision check fails

Hello! I apologize for making this my first post, but I need help with this problem I can't seem to figure out! What I am trying to make is a classic ping pong game, and I am having a problem with whenever the left bar touches the top or the bottom of the screen the right bar seem to fail the check....