Game
My own farm business






4 years ago

Movin' the player with GML Visual (DnD)

Moviendo al jugador con GML Visual (DnD)

Article/Artículo:


Using the key down means you keep the button pressed, it's not like the key pressed you can press and release it, so as long as the key is pressed, the sprite changes to the walking animation and the movement in the selected direction advances.

Vertical + is down, - is up.

Horizontal + is right, - is left.

---

Usando el key down significa que mantienes el botón apretado, no es como el key pressed que puedes pulsarla y soltarla, así que mientras esté pulsada la tecla, el sprite cambia a la animación de andar y el movimiento dirección seleccionada avanza.

Vertical + es abajo, - es arriba.

Horizontal + es derecha, - es izquierda.

---

Releasing the key should stop the movement and return to being still.

Using the key released you create a condition for it, you set the speed to 0 and so the movement stops, changing the sprite you can use one with the 4 directions with the fps at 0.

---

Al soltar la tecla debe cesar el movimiento y volver a estar quieto.

Usando el key released creas una condición para ello, pones al set speed 0 y así cesa el movimiento, cambiando el sprite puedes usar uno con las 4 direcciones con los fps a 0.

---

Finally, something interesting, using the set instance variable with depth selected, you add the -bbox_bottom, which means that depth makes the character above or below another object depending on whether it collides with its box.

It should also be on the objects where you want it to do the effect.

---

Por último, algo interesante, usando el set instance variable con el depth seleccionado, añades el -bbox_bottom, que significa que el depth (profundidad) hace que el personaje esté por encima o debajo de otro objeto según si colisiona con su caja.

También debe estar en los objetos donde quieres que haga el efecto.



5 comments

Loading...

Next up

Tiny bit** vs Di**face XDXD

some randoms

Basic moves, more in the article.

---

Movimientos básicos, más en el artículo.

My game in 50 seconds #indiedev #Gamedev #steam

I've created a new form of parkour in Weefager! What do you think?

Boceto rápido de "cabello pelirrojo Dani" pensando en la portada del juego XD Quick sketch of "ginger haired Dani" thinking about the cover for the game XD

He estado mejorando mi sistema de diálogos de game maker, de paso practiqué el estilo de dibujo de HB.

🆕🔥New mechanic! Place wet souls into sponges to cool down scorching terrain and make your way through!

NPCs moviéndose en la dirección que toca, haciendo pausas. NPCs moving in the right direction, doing some pauses.