Scrollbar

Blitz3D Forums/Blitz3D Programming/Scrollbar

asdfasdf(Posted 2005) [#1]
How can I make a scrollbar contain ships that you can select and then the available activities appear in another scrollbar box?
ex
Ship 1 /\
Ship 2 ||
Ship 3 ||
Ship 4 ||
\/


Picklesworth(Posted 2005) [#2]
Are you using a GUI?
If not, you'll need an array. If the ships are types, you will need an array of types.
You'd also need two buttons for the scrollbar arrows.

Probably easier to use a GUI though. Check here: http://www.blitzbasic.com/toolbox/toolbox.php?cat=14
There's also some others.