all groups > flash actionscript > november 2004 >
You're in the

flash actionscript

group:

how to make scrollpane background translucent (or transparent)



how to make scrollpane background translucent (or transparent) cheshirekow
11/28/2004 7:32:44 PM
flash actionscript:
Re: how to make scrollpane background translucent (or transparent) NSurveyor
11/28/2004 7:41:44 PM
I was just looking inside the scrollPane, and how it is made. And I figured it
out. Use this script:
==================================
myScrollPane.boundingBox_mc._alpha = __;
==================================
Replace ___ with the alpha to set the back at.
Replace myScrollPane with the path to the scrollPane
Re: how to make scrollpane background translucent (or transparent) cheshirekow
11/28/2004 8:10:57 PM
Re: how to make scrollpane background translucent (or transparent) NSurveyor
11/28/2004 8:24:52 PM
AddThis Social Bookmark Button