Game
My own farm business






3 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

¡Trabaja para mí! --- Works for me!

My game in 50 seconds #indiedev #Gamedev #steam

Makin' some changes! now I have a minimap. I'm changing the gameplay, now it moves with the mouse.

Haciendo algunos cambios! ahora tengo un minimapa. Estoy cambiando el gameplay, ahora se moverá con el ratón.

Tiny bit** vs Di**face XDXD

Just a short alternative ending for unhappy campers I did for practice the style of HB

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

Basic moves, more in the article.

---

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