So I need some help with this game https://arcade.makecode.com/S56228-02993-49893-68407 For some reason The Enemy in the first level keeps leaving His platform and In World 2 The Bubbly Bay Starpup keeps falling through the floor even though the ground was walls
So, what’s happening with the minion is that you’ve set the velocity to 100, so it’s traveling to the right until it bumps into that tall platform. If you remove the velocity, it will stay put.
If you want it to travel back and forth on the platform, then you can add special tiles with a single pixel on the first side it will touch and have that trigger the enemy to go back the other way.
4 Likes
3 Likes
Thank you for your Help