how could i make a jumpthru platform for a platforming game? sprites? tiles? HALP
ive been using using makecode for 4 years and i still havent figured this out
2 Likes
Can you explain a little more about what you mean about jumpthru platform?
1 Like
Its actually pretty easy!
1 Like
here is example https://arcade.makecode.com/S40663-61656-74729-38346
You can jump through the platform normally from the sides and bottom, but the top is solid.
Do you mean being able to fall through platforms that are normaly solid walls, and then being able to jump up onto that platform?
Semisolid platforms, you mean
Have you tried constantly checking to see which blocks are below the player and making those solid and the rest not?