- Joined
- Jan 10, 2013
- Messages
- 65
- Reaction score
- 6
- First Language
- English
Hello,
I have been trying to figure out why I can't move the "pop-up" select-able window in the Item scene. Finding it in the scripts is easy enough and changing the y-axis parameter has an effect, but the window is stuck on the right side of the scene no matter what I do. I feel like I have exhausted my personal search, so if anyone here know how I can achieve this, please help.
Below is where I am looking in the code. This is in rpg_windows.js. The highlighted line is what I think should allow this, but the 0 i believe is the x-axis parameter and nothing changes when I adjust it. I can't help but feel that there is something else telling this window to be at "GraphicsBox.width - this.actionWindow.width" (or something similar).

thanks,
I have been trying to figure out why I can't move the "pop-up" select-able window in the Item scene. Finding it in the scripts is easy enough and changing the y-axis parameter has an effect, but the window is stuck on the right side of the scene no matter what I do. I feel like I have exhausted my personal search, so if anyone here know how I can achieve this, please help.
Below is where I am looking in the code. This is in rpg_windows.js. The highlighted line is what I think should allow this, but the 0 i believe is the x-axis parameter and nothing changes when I adjust it. I can't help but feel that there is something else telling this window to be at "GraphicsBox.width - this.actionWindow.width" (or something similar).

thanks,

