Very simple:
How do I change skins in-game
I want to have a command to change skins...
how to do it ?
ID:162742
Dec 2 2007, 11:41 am
|
|
Dec 4 2007, 5:13 am
|
|
Can you answear today !? Please ?!
|
In response to Cybork
|
|
You need to describe what you want.
Do you make to make a new skin? Change settings of a skin you are currently running? |
In response to Flame Sage
|
|
I want to make a verb that changes the skins:
eg: "What Skin do you want" "Light","Red","Dark","Green" if("Green" usr.skin (idk the var) = "green.dmf" .... I have the skins made... |
In response to Cybork
|
|
Cmon guys...
|
In response to Cybork
|
|
You can't change all the colors in a skin just by one procedure, unless you defined it yourself. You need to go through each control in the skin and change the color. Here are the skin parameters and how to set them: (Link here to skin reference(I forgot the link to it >_>).)
|
In response to Kakashi24142
|
|
xD I have the dmf files... what i want is that when you press the verb it will change to a difrent skin...
|
In response to Cybork
|
|
As mentioned before, you can not change the skin file by switching files, you have to redefine a certain property for each element.
Look these up: winset() (in the DM Ref/F1) Skin reference (This is under Help in the DM) Or you could use a child element in the main screen and change either the left/right side element to the appropriate (skin) window... >_> |