Discuss Scratch

APersonThat2
Scratcher
15 posts

Help with semi solid platform

Ok what I'm try to do is to make a semi solid platform… which is a platform which you can jump through!
BUT the problem is that I can't get it to work and I tried to tinker with it.
I do have a solution that could work but I don't want to add any additional sprites to this project since i'm trying to compress the length of code needed
Is there any way I could implement an easier solution without having to add any other sprites?

Here is the project: https://scratch.mit.edu/projects/737361753/

And the problem where it occurs is in the sprite “Kirby hitbox”

Hello yes this is a person here
legendary34678
Scratcher
1000+ posts

Help with semi solid platform

So by semi-solid do you mean you can pass through it from one way but not the other? For example, you can jump through the bottom of it but you can't fall through it.

Can you beat my latest game?

Have you heard of the X Y Problem?
Please check out me projects please I'm desperate –> Idle Balls, Candy Grab!, Don't Move Your Mouse!, Rude Robot, Tic Tac Toe, Memory Game, Corn Maze, and Idle Balls PEN EDITION!

Oh, hey! I have 100+ posts now!
Oh, hey! I have 500+ posts now! (8/26/22)
Oh, hey! I have 1000+ posts now! (9/23/22)
(Thanks to @AntonL1kesPotato for helping me figure out how to add a signature!)
APersonThat2
Scratcher
15 posts

Help with semi solid platform

Yes you got it

Hello yes this is a person here
APersonThat2
Scratcher
15 posts

Help with semi solid platform

The platform is supposed to be a one way platform

Hello yes this is a person here
harrisonnw
Scratcher
1 post

Help with semi solid platform

uh help i need a way to make a semi solid platform for my sonic game i need it used using these blocks
when green flag clicked

forever
change [gravity v] by (-1)

define semi solid
bubble3610
Scratcher
16 posts

Help with semi solid platform

perhaps you could make it that the hitbox can't interact with the semisolid block when the hitbox is moving upwards
if <<touching [ semi-solid] ?> and <not <[Yv] > [0]>>> then
interact with semisolid

end

Last edited by bubble3610 (April 18, 2024 23:36:45)

abdavark
Scratcher
36 posts

Help with semi solid platform

Follow griffpatch's platformer tutorial, specifically episode 13

To scroll down, highlight any part and use shift + down arrow.

Impossible:

when <key (enter v) pressed?> :: events
say [You pressed the enter key!]

Possible:

when green flag clicked
forever
wait until <key (join [en] [ter]) pressed?>
say [You pressed the enter key!]
end
APersonThat2
Scratcher
15 posts

Help with semi solid platform

Um guys this was posted like 2 years ago… not to be a cop but don't necro post or else you'll get in trouble ok?

Hello yes this is a person here

Powered by DjangoBB