paddle game

hy,

I am making an arkanoid game, already have a paddle and the bricks and a ball bouncing around :D, my problem is sometimes the ball when it hits the paddle in movement it kinda gets dragged a few miliseconds, anyone has had the same problem? i dont know how to resolve it,

ball has physcis body dynamic friction = 0 and bounce = 1
the paddle has physcis body static and friction = 0

thks, [import]uid: 91584 topic_id: 18699 reply_id: 318699[/import]

Sounds like this could be the well known issue of “sticky” physics objects. Search the forums for an answer.

-David
[import]uid: 96411 topic_id: 18699 reply_id: 71870[/import]

couldnt find a “total” solution, i found a lot of stick to wall with slow speed topics, but my problem is with fast balls when it hits my paddle in movevement sometimes it sticks.
my paddle is circular maybe thats the problem

i also tried with these settings that i found around the forum:

physics.setPositionIterations( 4 )
physics.setVelocityIterations( 1 )
physics.setMKS( “velocityThreshold”, 0)

it reduced the problem but it still happens sometimes

thks [import]uid: 91584 topic_id: 18699 reply_id: 73739[/import]

More info and maybe some source code and I can help you. I created an arkanoid game for android market named Wall Smasher (use to be called Best Breakout but Atari made me change the name).

Would you like your game to work like this?

Here’s a video

http://www.youtube.com/watch?v=aVjLAOPELKI&context=C2a539ADOEgsToPDskJpejfxcQFAdjYIPS35lSTT

and here’s a link to my game it’s Free.

https://market.android.com/details?id=com.wallsmasher.glenn.bacon
If you could give me more information I could help and give code examples from my game if your interested.
[import]uid: 38820 topic_id: 18699 reply_id: 73754[/import]

this is the game i was making:
https://market.android.com/details?id=pt.ideafactory.littledevil#?t=W251bGwsMSwxLDIxMiwicHQuaWRlYWZhY3RvcnkubGl0dGxlZGV2aWwiXQ

sometimes has some sticky issues that i am trying to resolve. [import]uid: 91584 topic_id: 18699 reply_id: 75792[/import]