• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Objects only visible in area

Sk8dududu

Member
I wasn't really too sure what to even call this, or what to search for.

But I have a menu that uses a scroll mechanic so you can go through more options in the limited space. The room size or view of the room cannot change, but as I scroll up and down, I need the objects to disappear/appear at a certain height, kind of like an invisibility cloak just for a specific object. I don't think it will be achievable using depth either.

If anyone has any suggestions, or can point me in the right direction I'd appreciate it.
 
M

Micle

Guest
You can try using draw_sprite_part( sprite, subimg, left, top, width, height, x, y );
 
Top