Thanks.
Im going to assume you change the 160 in this line:
@command_window.back_opacity = 160
Unfortunately, I know nothing about scripting. I can't help you.
@command_window.opacity = 0
Quote from: earthnite on June 24, 2010, 05:35:05 pm
i want to change the windowskin frame opacity in Scene_tittle to 0
how can i do this?
@command_window.opacity = 0
This will only display the text.
best thing you could do is have 2 different windowskins. They both ahve the same graphics except one of them has the frame erased.
hey since you brought it up.. how can I change between window skins? I tried the evented way but it doesn't seem to be working... so I'm guessing there is another way.. thanks beforehand :D
$game_system.windowskin_name = "window skin"
Place that in a script call
Thanks a lot! I really appreciate it :D
edit: It's not working.... :uhm:
2nd edit: nevermind... It works.. but something with cooas ums makes it not work... oh well..
thanks anyways :)
3rd edit: never mind.. it does change the skin it just doesn't work for when events talk..