> i want make a clone of The Binding of Isaac.
>
> 1) How off "ice effect" of player? I set acceleration and deceleration to 0, but player just dont move. At default he is moving like rides on ice.
>
> 2) Press two buttons at once. I need press to keys: arrows (movement) and space (shoot). So if I press up (movement up) and space, that mean I want shoot up direction.
>
> 3) Bullet move only at right direction. How can I made that from up origin point it move to up. It shoot right from all origin points.
>
1)you would prefer to have a very high deceleration and acceleration for that, so it goes from 0 to top speed and from top speed to 0 in an instant.
2) check the keys that are down when you press space I would guess.
3)Change the bullet angle of motion right after you create it (with events).
Now I have problem with two keys. If pressed only one buttuns, all works fine. But at last condition, where pressed two buttons, bullet dont shoot.
[attachment=0:2xxzhwo7][/attachment:2xxzhwo7]