Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Geust on June 24, 2010, 05:35:05 pm

Title: Delete
Post by: Geust on June 24, 2010, 05:35:05 pm
Thanks.
Title: Re: Change the windowskin frame opacity
Post by: Jek on June 24, 2010, 05:43:11 pm
Im going to assume you change the 160 in this line:
    @command_window.back_opacity = 160
Title: Re: Change the windowskin frame opacity
Post by: Jek on June 24, 2010, 05:53:06 pm
Unfortunately, I know nothing about scripting. I can't help you.
Title: Re: Change the windowskin frame opacity
Post by: nathmatt on June 24, 2010, 07:14:19 pm
@command_window.opacity = 0
Title: Re: Change the windowskin frame opacity
Post by: ForeverZer0 on June 25, 2010, 06:49:32 pm
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.
Title: Re: Change the windowskin frame opacity
Post by: G_G on June 25, 2010, 07:06:36 pm
best thing you could do is have 2 different windowskins. They both ahve the same graphics except one of them has the frame erased.
Title: Re: Change the windowskin frame opacity
Post by: rodas on June 25, 2010, 07:11:34 pm
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
Title: Re: Change the windowskin frame opacity
Post by: G_G on June 25, 2010, 07:28:45 pm
$game_system.windowskin_name = "window skin"
Place that in a script call
Title: Re: Change the windowskin frame opacity
Post by: rodas on June 25, 2010, 07:32:48 pm
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..