How to create a slider

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Moulded

How to create a slider

Post by Moulded »

how can i create a slider which when get a mouse press event and slides over a bar. How can i do this plz help
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

You could use the "flystraightanimator" that Irrlichts has, but it's buggy. (to say the least)
You will probably have to write your own code for it.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Miran
Posts: 9
Joined: Sat Aug 27, 2005 7:41 pm
Location: Sweden
Contact:

Post by Miran »

Well, there is some sort of slider in the tutorial for the user interface, that comes along with Irrlicht. Check that one for inspiration.
Guest

Post by Guest »

its a scrolbar , can i channge the image of the slider and the bar in it .
i don't think i can change that in the scrollbar. Thats the default window bar;
Post Reply