Making little mechanics in GDevelop


This will be my first of many attempts to create simple mechanics in GDevelop using only their coding structure with the block coding. This is a way for new developers such as myself to see what the code would look like for simple things that we sometimes can't wrap our head around. Hopefully this will help others and I look forward to making more things like this. The code is available to view and adjust as you see fit. 

Thanks for your time!

Files

8DirTopDownMovement.zip 40 kB
8 days ago

Get [GDevelop] 8 Direction Top Down Movement

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

What the goal with this ? There are already a behavior with the top down movement in 8 directions

The goal is to try and create these things without the behavior. I'm not against behaviors by any means as they help a lot and make things easier, but I myself like to do them with the core engines code structure. I know some new devs out there as well attempt to do it like this to see what the code looks like. This helps us understand coding a bit better and prevent us from making basic mistakes when making more complex systems. 

Overall it just helps anyone looking to have simple mechanics without the help of behaviors. :D