i’m making a game and i want a wall slide and I came up with an idea that involves tracking the players y level BUT I don’t actually know how to track the players y position
so uh can anyone help me? also if anyone has other ideas to implement a wall slide comment that too
like so

so now the sprites x will always be tracked to the variable x and same with the y
1 Like
You can use this block in Sprites under the Physics section:

By changing the “x” into a “y” it’ll return the current Y position value of the sprite.
1 Like