Hi can anyone help me with this?
When I press the right cursor the sprite hits the wall and moves down, I want to avoid this, I do not want the sprite to move down or in any direction, I just want it to stop.
In addition, the sprite vibrates when hitting the tilemap object.
Does anyone know how this can be solved ?.
- With the right cursor pressed, avoid that the sprite does not move automatically when hitting the wall.
- Those annoying vibrations.
im not understand what you 're tryng to do, first of all, your platform behavior is all set to 0, so it's useless.
you can remove it (the platform behavior) and pressing right, your sprite go to the right equally.
without colliding with the tilemap as it is right that it is normally.