About Store Forum Documentation Contact



Post Reply 
Gui.image_slider[0]...
Author Message
Brainache Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Brainache Offline
Member

Post: #3
RE: Gui.image_slider[0]...
ahh.. ok.. I think slider.button[].image is what im after.. danke!
05-03-2011 03:00 PM
Find all posts by this user Quote this message in a reply
Post Reply