MESSAGE BOX (HELP)

Posts

Pages: 1
I'm trying to move the message box by changing the values of this line: super(0, 288, 544, 128) and it works except the y-position. What am I doing wrong? I'm using VX by the way.
Rave
Even newspapers have those nowadays.
290
VX and VX Ace automatically move windows so it won't be out of screen. Try to display smaller window, maybe that's your issue?
It does? Because the thing is that I changed the resolution to 320x288 but then the message box was beneath the screen so you couldn't even see it. so I tried to lower the message box y-position but it didn't work :/ as I said, I was able to change x, width, and height, but nothing happens when I change y's value.
Try negative numbers. Sometimes that gets things moving. Or try larger jumps between the numbers you try - add 100 or 200 each time to see how it changes.
I think there's a part that says something like "reset window", which changes the y depending on the top/mid/bottom position. Is that what you're looking for?
Pages: 1