Okay, so I'm making this game called Black Tux Man:
http://scratch.mit.edu/projects/sekinto/35270
I need help resolving some issues, I am new to scratch and can't figure out how to troubleshoot some of my problems.
A1: If you press left and right at the same time the game gets confused.
A2: If you hit the wall you can keep on going.
A3: When object sprites like the ground and the wall hit the edge they don't go off it. They freeze.
If I find anymore problems I will list them. If you find anymore problems post and tell me. If you know a solution to one or more of my problems please post.
If you answer a problem please label your answer with problem number (example: A1).
Offline
Pressing two keys simultaneously will not work on all keyboard interfaces.
Are you using "when key pressed" or "if key down?"---they have different behavior.
What do you *want* to have happen when both left and right are pressed?
Offline