Search found 4 matches
- Thu Aug 04, 2011 4:02 pm
- Forum: Support and Development
- Topic: Question about physic objects
- Replies: 5
- Views: 3380
Re: Question about physic objects
Thanks really helped!
- Thu Aug 04, 2011 3:58 pm
- Forum: Support and Development
- Topic: love.keyboard.setKeyRepeat for only one key(s)?
- Replies: 5
- Views: 3340
Re: love.keyboard.setKeyRepeat for only one key(s)?
Aha!
That's the best thing to say!
Let the beginners get things around. Sure, no problem. I'm still looking for away to solve this.
I'll be back when I'm seriously getting beat up.
Thanks.
That's the best thing to say!
Let the beginners get things around. Sure, no problem. I'm still looking for away to solve this.
I'll be back when I'm seriously getting beat up.
Thanks.
- Thu Aug 04, 2011 12:52 pm
- Forum: Support and Development
- Topic: love.keyboard.setKeyRepeat for only one key(s)?
- Replies: 5
- Views: 3340
Same Problem.
Eh, may I ask? I'm having trouble with the keys. I'm doing a ball, make it bounce up. Pressing Up "ONCE" makes it go up. if love.keyboard.isDown("up") then objects.ball.body:applyForce(0, -10) But When I press UP again (While in Mid-air), it goes up more. How can I fix this? Beca...
- Thu Aug 04, 2011 12:41 pm
- Forum: Support and Development
- Topic: Question about physic objects
- Replies: 5
- Views: 3380
Re: Question about physic objects
Hi, I'm new here and I know forum rules. (No double posting of same topics). I think it's quite the same topic but, I also need help. Does your block move or is it static? Because I want to make an object and place an Image on it. I want to make the object move along with the image, is it possible? ...