This is a maze game engine for beginners, with little to no coding experience required.
My Project3-4-2021_14-32-23.wick (59.2 KB)
Copy and paste or delete the lines to add or subtract lines. To make more teleporters, you will need to mark the coordinates of where to teleport the player to. An easy way to do this is to make an ellipse (circle) and copy the X and Y coordinates on the right to the blanks at “player.x = _” and “player.y = _” . To add more levels, copy the previous slide, move the win slide 1 forward, paste the frame into the emptied frame and raise the number in the gotoAndPlay code at the goal by 1. Feel free to add any new mechanics (if) you would like into the game.
(I know, I am bad at explaining, but I have only been on the forum since mid-February and using the editor itself since late-January 2021).