Need help for this Corgio game

Hey guys, I recently made this game that uses Corgio platformers, and I need a ground for it to stand on. What block does this, and how to make the corgio stand on it? Thx for your support.

1 Like

Could you share your code? Normally we use sprites, combined with tilemaps to make the ground, and acceleration of the sprite to make gravity.

1 Like
1 Like

But what’s the block for that?

1 Like

I think the Corgio extension might just be too outdated for what you are trying to do. It also seemingly has a double jump bug. I would change it to use blocks like this:

The Tilemap block can be found in the Scene category, and the Set (sprite) [ Velocity ] and Set (sprite) [Acceleration] block are both that Set (mySprite) [X] to (num) block that can be found near the top of the Sprites tab (the 5th block down).

1 Like