Help with arkonoid
Hello in my arkonoid game i want my ball to go in the direction depending upon where it hits the paddle
Example if it hits paddle sin middle it should go straight up if it bounce toward the end will send ball diagonally in that direction
Any1 knows hot to acheive in game salad
Example if it hits paddle sin middle it should go straight up if it bounce toward the end will send ball diagonally in that direction
Any1 knows hot to acheive in game salad
Comments
When i start my game arkonoid ball moves upwards bounces of the wall and hits player controlled paddle where it bounces again and after bouncing off the wall when it hits paddle again the ball just dies there it doesnt bounce at all
I followed the tutorial exactly,i dont know what i am doing wrong.
It will be easier to help you if you tell what rules you have in your actors.
when i click start button i have change velocity to 300
Then i have collision with wall and with paddle
I also have made all actors friction to zero still ball looses speed
Ball - change velocity to 300, and collide with Wall
Physics - Denstiy 1; Friction 3; Restitution 1; The same Physics in wall.
The ball bounces all the time.
heres my game file
ok this is the correct1
and
increase Density in paddle actor - it worked for me.