06-17-2006, 01:00 PM
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.
No support is given. If you are the owner of the thread, please contact administration.
OK, you downloaded the FFX2 Menu from this page and you want that the Save button change the color to grey if save is disabled.
First redraw the cmscommand5.png to grey (good option is the black and white effect in some programms).
Now save the cmscommand5.png with the grey style as cmscommand5grey.png in the same folder as cmscommand5.png
Now open you scripteditor and go to your FFX2 Menu script.
Search the line
Code:
if $game_system.save_disabled
add then this under the line
Code:
@command5.bitmap = RPG::Cache.picture("cmscommand5grey")
@command5.x = 15
@command5.y = 40
@command5.z = 100
Now when the save option is disabled the button get a grey style