So, I was using @richard’s Mini-Menu extension for a game and the cursor would move anywhere I wanted to like it should, but it wasn’t scrolling down. I don’t know if it’s a bug or what, but I can’t fix it.
1 Like
@RobbyZero can you share a link to your code?
1 Like
The game is for a contest I don’t want anyone playing it before I submit. Is there an email I can send it to?
2 Likes
I followed up with @RobbyZero privately but for anyone who happens upon this thread in the future, you need to give a menu a height for it to scroll.
For example, here’s a long menu that doesn’t fit on screen without the height set:
and here’s the same menu with the width/height set:
Note that if you change the width/height of a menu, you might need to adjust the position of the sprite since it will still be aligned to the top/left of the previous sized sprite.
2 Likes