Are custom collisions possible?
DrGlickert
Member Posts: 1,135
I'm making a brick breaker/breakout type game and I'd like to have my player paddle collisions a little different. It seems that the collision effects in GS are not working the way that I'd like. (I'm sure many of you have played Brick breaker) so I'd like for the paddle to have more of a straight up/down collision in the middle of the paddle, but on the outsides of the paddle I'd like it to be more ... (is oblique the word?) (I'm sure many of you have played Brick breaker and know what I mean).
So would I have to create a rule to create this effect? Or would I have to do some super fancy coding? Also, I want the left of the paddle to bounce the ball to the left and the right of the paddle to bounce the ball to the right, but it ultimately depends on how the balls are moving (should I create 2 paddles and put them together?)
Thanks!
So would I have to create a rule to create this effect? Or would I have to do some super fancy coding? Also, I want the left of the paddle to bounce the ball to the left and the right of the paddle to bounce the ball to the right, but it ultimately depends on how the balls are moving (should I create 2 paddles and put them together?)
Thanks!
Comments
___________________________________________________________________________________
BubbleBall Template HERE!!
AppSolute Entertainment on Facebook
If I create an object that has a circular collision pattern (at say like a 200x200 size) I think that would work. But if my image is only like 80x20 is that possible??
First you put a 80x20 image into a 200x200 actor and GS will stretch the image to 200x200 and look horrible.
Or you make a 200x200 transparent image and place you 80x20 image in that but the ball will bounce at the transparent edge.
now you can do a 80x20 actor that has circle collisions. and that will give you an arch shape to the entire top of your paddle. You wont have any flat places on the paddle but it might give you the effect you are wanting.
___________________________________________________________________________________
BubbleBall Template HERE!!
AppSolute Entertainment on Facebook
This is getting frustrating. Collisions in GS are pretty choppy I'm finding.
But, as much I want to complain about it, this is a free app maker AND, they did give me a free Pro license for doing the Global Game Jam. So I'm not completely upset about that...
Any ideas?
Thanks