all groups > macromedia flash sitedesign > july 2004 >
You're in the

macromedia flash sitedesign

group:

Remove the Scrollpane border


Remove the Scrollpane border HelloWorld
7/29/2004 5:41:12 PM
macromedia flash sitedesign:
How can i remove the border of a scrollpane?? (Flash MX 2004 Pro)
or set its color to the background color.
thanks

Re: Remove the Scrollpane border Kev P
7/30/2004 12:07:42 PM
a quick way to set it to transparent is to edit the the skins for the
scrollpane by going to your library and right click edit on scrollpane border
skin and setting the alpha to 0.

or

in your actions panel on the layer where your scrollpane is put the following
code:

myScroller._alpha = 0;

where my scroller is the instance name of your scroll bar.

hope this helps
Re: Remove the Scrollpane border enox
9/29/2004 4:44:50 AM
In MX2004, components are edited through styles and skins. To rid the
scrollpane component of the border...

1. select scrollpane and give it an instance name
2. create a new layer and click on the first frame
3. open the actionScript window and paste the following, editing the portion
with your own instance name...

myScrollPaneName.setStyle("borderStyle", "none");
AddThis Social Bookmark Button