Brainache
Member
|
Gui.image_slider[0]...
Heya,
Doesnt seem that setting the image for image_slider[0] and [1] is working right... it seems to be using the Gui.image_button image instead.
Or am I setting it wrong... code below...
Gui.image_slider[0] = Images.get("gfx/gui/sliderButton.gfx");
Gui.image_slider[1] = Images.get("gfx/gui/sliderButton.gfx");
Gui.image_shape_arrow_down = Images.get("gfx/gui/downArrow.gfx");
Gui.image_shape_arrow_up = Images.get("gfx/gui/upArrow.gfx");
Gui.image_button =Images.get("gfx/gui/woodButton.gfx");
(This post was last modified: 05-02-2011 11:26 PM by Brainache.)
|
|
05-02-2011 11:26 PM |
|
Esenthel
Administrator
|
RE: Gui.image_slider[0]...
image_slider is the background
you may want to chage Slider.button[].image too
|
|
05-03-2011 12:23 PM |
|
Brainache
Member
|
RE: Gui.image_slider[0]...
ahh.. ok.. I think slider.button[].image is what im after.. danke!
|
|
05-03-2011 03:00 PM |
|