A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: ContentPane and it's Scrollbar - refresh my memory

Hybrid View

  1. #1
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    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});

  2. #2
    Senior Member
    Join Date
    Jul 2001
    Location
    Tinley Park, IL
    Posts
    702
    Quote 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?
    My Sites: Gaming Site Nightshade Studios MyKM Tutorials

    --------------------------------------------------
    What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape

  3. #3
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center