Hello, for now there's no support for music, but it should be implemented in the future:
Hello.
Yes, it's possible with the existing blocks:
- If player 1's x position is smaller than player 0's x coordinate, increase player 1's x position;
- If player 1's x position is greater than player 0's x coordinate, decrease player 1's x position;
- If player 1's y position is smaller than player 0's x coordinate, increase player 1's y position;
- If player 1's y position is greater than player 0's y coordinate, decrease player 1's y position;
Thank you so much! It seems I managed to do it—the character now follows the player. I think I’ll slowly learn your engine to make some weird little game in my free time. I believe working on an Atari-style game will help me take a break from my main project, which I’m working on daily to meet the release deadline. So this’ll be my small hobby for the next few weeks.