CodeBase - Slider Bar

Return to the CodeBase listing

Category: Input

Version: 1.0

0
0

Information

Uploaded: 16th Jul 2009 04:40

Modified: 1st Jan 1970 01:00

Author:  bobbel

Summary

I needed i slidebar, so i thought i'd code one. and it seems kinda easy and handy so i though lets post it here Here's the code with some comments. I'm not sure of you'll understand it, cause i really suck at comments :p

Full Description

I needed i slidebar, so i thought i'd code one. and it seems kinda easy and handy so i though lets post it here<br /> <br /> Here's the code with some comments. I'm not sure of you'll understand it, cause i really suck at comments :p<br /> <br /> Its really easy. You declare an empty array, Dim Sliders() as Slider. After that, you call MakeSLider as Many times as you want. It'll return the slider ID. In the main loop you call HandleSLiders to update the sliders. That's all! And if you want to get the value, you do something like Val = Sliders(SliderID).Value#. If you find any bugs be sure to post!

Comments

No comments yet.