Buenas:

Soy nuevo en esto y tengo una dudilla.

Estoy haciendo un juego rpg rollo rpgmaker. La cosa es que tengo mi sprite y mis objetos.

El problema me lo encuentro cuando hay colision. Si voy hacia la izquierda y hay colision ya no me va ni hacia arriba ni hacia abajo tampoco. Si quiere bordear algo tengo que retroceder un poco.

Los obetos son son


   OMURO:
Information about object: oMuro
Sprite: sTransparente
Solid: true
Visible: false
Depth: 0
                Persistent: false
                  Parent:
               Mask:

OPROTA
Sprite: sProtaAbajo
Solid: false
Visible: true
Depth: 0
Persistent: false
Parent:
Mask:

Create Event:

set the sprite to sProtaAbajo with subimage 0 and speed 0
Collision Event with object oMuro:

set the sprite to sProtaAbajo with subimage 0 and speed 1
Key Press Event for Key:

set the sprite to sProtaIzquierda with subimage -1 and speed 3
start moving in directions 000100000 with speed set to 3
Key Press Event for Key:

set the sprite to sProtaArriba with subimage -1 and speed 6
start moving in directions 000000010 with speed set to 3
Key Press Event for Key:

set the sprite to sProtaDerecha with subimage -1 and speed 6
start moving in directions 000001000 with speed set to 3
Key Press Event for Key:

set the sprite to sProtaAbajo with subimage -1 and speed 6
start moving in directions 010000000 with speed set to 3
Key Release Event for Key:

start moving in directions 000010000 with speed set to 0
set the sprite to sProtaAbajo with subimage 0 and speed 0
Key Release Event for Key:

start moving in directions 000010000 with speed set to 0
set the sprite to sProtaAbajo with subimage 0 and speed 0
Key Release Event for Key:

start moving in directions 000010000 with speed set to 0
set the sprite to sProtaAbajo with subimage 0 and speed 0
Key Release Event for Key:

start moving in directions 000010000 with speed set to 0
set the sprite to sProtaAbajo with subimage 0 and speed 0



Espero que sea suficiente informacion.

Saludos.

Si recien estas empezando es mejor seguir los tutoriales que vienen en la pagina del programa y los que trae el mismo para que te vallas acostumbrando a usarlo. Esta clase de preguntas es dificil que te las contesten por ser algo basicas y lo mas seguro es que te digan que si recien empezas ni intentes hacer algo tan complicado como un rpg.
Un consejo empeza de primera con el lenguaje gml en lugar de usar los iconos, yo empeze asi y si yo pude cualquiera puede  :-[