|
how does a GUI slider work? i tried this:
but it wouldnt work, any reason why? (in otherswords, how do you use a GUI slider, noob question i know but i cant find it ANYWHERE, and yes i did read the wiki and the runtime class available on resources)
(comments are locked)
|
|
"Number" is a particular system type, and you can't use it as a variable name. This is one of several reasons why it's a good idea to always use lowercase for variable names.
(comments are locked)
|
|
I think "Number" is JavaScript type. Try renaming "Number" to something else, like "number". thank you you two, now it makes sense
Apr 15 '10 at 03:33 AM
Adam Bruns
(comments are locked)
|
