Growing a ladder from an object?

Ok so here I am trying to spawn a ladder out of an object. I’ve been messing with different codes, trying to hide/unhide. That doesn’t seems to work since it unhides the entire ladder instead of a specific part as it’s rising or growing. Has anyone done this successfully?

Why don’t you just change the height of ladder like:
Change the height of ladder +=5

2 Likes

or maybe look at resizing the sprite

1 Like

Yes, use Mixen’s answer if it’s a Tiled Sprite.

If your ladder is a Sprite type you might wanna look into Image Mask extension:

Or, just draw the animation for the ladder appearing from up to down.

1 Like

These are all amazing ideas. Thank you guys so much!

1 Like