Hi, I've just started to learn Stencyl and ran into two problems:
1. When I set my player Actor Type movement to 'Normal', during simulation the actor automatically moves to the left edge of the screen and doesn't react to pressing 'left' or 'right' buttons. It does react to 'up' and 'down' buttons though. If I change the Actor Type to 'Cannot Be Pushed', it reacts to all 4 direction buttons (but then collisions don't work).
I've searched the forum, crash course 2 and the stencylopedia but still at a loss.
2. The actor doesn't stay within screen boundaries even though I made it check coordinates.
Any suggestions, especially to the first one? Thanks