Search found 8 matches

by Pawnda
Mon Apr 20, 2009 5:18 am
Forum: Support and Development
Topic: Apply Force Relative To Rotation?
Replies: 12
Views: 13806

Re: Apply Force Relative To Rotation?

Just tried it on my other computer (stationary)
Works perfectly ^^
So i think you are right... It's either the OS or the keyboard...
by Pawnda
Sun Apr 19, 2009 8:40 pm
Forum: Support and Development
Topic: Apply Force Relative To Rotation?
Replies: 12
Views: 13806

Re: Apply Force Relative To Rotation?

Works perfectly :) didn't even notice it was using degrees ^^
But theres just one more problem now... I think it's a limitation in the engine?
I can't push more than 2-4 keys at the same time on the keyboard...?
by Pawnda
Sat Apr 18, 2009 2:33 pm
Forum: Support and Development
Topic: Apply Force Relative To Rotation?
Replies: 12
Views: 13806

Re: Apply Force Relative To Rotation?

Still doesen't work... I thing the getAngle is bugged... function load() local font = love.graphics.newFont("WildRide.ttf",20) love.graphics.setFont(font) love.graphics.setColor(0,0,0,255) love.graphics.setBackgroundColor(255,255,255) world = love.physics.newWorld(2000,2000) world:setGravi...
by Pawnda
Fri Apr 17, 2009 5:27 pm
Forum: Support and Development
Topic: Apply Force Relative To Rotation?
Replies: 12
Views: 13806

Re: Apply Force Relative To Rotation?

Thanks alot. But it's acting very strangely... Here's the code: function load() local font = love.graphics.newFont("WildRide.ttf",20) love.graphics.setFont(font) love.graphics.setColor(0,0,0,255) love.graphics.setBackgroundColor(255,255,255) world = love.physics.newWorld(2000,2000) world:s...
by Pawnda
Fri Apr 17, 2009 4:13 pm
Forum: Support and Development
Topic: Apply Force Relative To Rotation?
Replies: 12
Views: 13806

Apply Force Relative To Rotation?

Okay guys. I have been trying for hours now... and have searched all over the forum... I have a box that i rotate with right and left arrow on the keyboard. Then i want it to go forward when i press the up key. But... Apply impulse only works with x and y coordinates. So i need a way to translate th...
by Pawnda
Thu Jan 29, 2009 8:40 pm
Forum: Support and Development
Topic: Collision Help?
Replies: 8
Views: 5521

Re: Collision Help?

Thanks alot ;-)
by Pawnda
Thu Jan 29, 2009 4:53 pm
Forum: Support and Development
Topic: Collision Help?
Replies: 8
Views: 5521

Re: Collision Help?

hmm... i uploaded the wrong version... heres the right one...
by Pawnda
Thu Jan 29, 2009 4:41 pm
Forum: Support and Development
Topic: Collision Help?
Replies: 8
Views: 5521

Collision Help?

Hi. i am currently making my first game with love. its a breakout clone.
But the collision doesent work...
i have done exactly the same as in my test games...
but i don't see the problem with the code...