Balls occaisionly go through the walls.
Hi, Can someone help me with this problem.
I have a game and most of the time the balls bounce off all the walls but sometimes 1 ball will go strait through the wall.
Can someone tell me how to fix this problem.
Thanks in advance.
I have a game and most of the time the balls bounce off all the walls but sometimes 1 ball will go strait through the wall.
Can someone tell me how to fix this problem.
Thanks in advance.
Best Answers
-
mynameisace Hull, UKPosts: 2,484
Don't use Move To... There's your problem. Use a different way to move your character with physics and your problem should be fixed.
Ace -
tatiang Posts: 11,949
Glad to hear you got it working!
Please don't reject answers that are on topic (and in this case, correct). The "Rejected Answer" status is really for posts that have nothing to do with the question or aren't trying to be helpful.New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Answers
To reiterate what @GLGames said. That could be the underlying problem. GameSalad fires the actor at the bottom of the layers first, then works it's way up. Inside an actor, it does the opposite and fires the top rule first.
Ace
Any other ideas?
I have put the collide with wall rule before the move rule and I also got a suggestion about increasing the density. Although I'm unsure if I did this right, was i supposed to increase the density on the ball or the wall or both?
If anyone has any ideas of how to fix this it would be great.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I really NEED help with this it's a vey big issue.
Oops, mynameisace is right... forget about Interpolate. Was just trying to brainstorm movement behaviors.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Giving you advice as to which way to use really depends on your game. Do you have a video or a description or something of what you are trying to do? There are a million ways to move a character, but each one has it's strengths and weaknesses.
Ace
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
THANKS!!!