|
-
That's the API scrollbar you are talking about.
When you create a slider, you can specify thin:true to create a thinner version.
example :
Code:
attachMovie('KC8_Slider','slider',1,{_x:20, _y:20, length:100, c:[0xbfbfdf,0xefefff,0xefefff,0x6f6f9f], thin:true});
-
 Originally Posted by w.brants
That's the API scrollbar you are talking about.
When you create a slider, you can specify thin:true to create a thinner version.
example :
Code:
attachMovie('KC8_Slider','slider',1,{_x:20, _y:20, length:100, c:[0xbfbfdf,0xefefff,0xefefff,0x6f6f9f], thin:true});
Where can I learn more about this?
-
The easiest way is to ask. 
Maybe I should look again at the API docs for the KM 6.0 release and see if I can explain some more things.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|