<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Can I change the alpha property of button.swf?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Verdana">I'm using button.swf for my Table of Contents button, which is displayed over the status bar area. When using a framework, the color of the framework navigation area shows through the button, so it must have an alpha of less than 100. I want to force it to be fully opaque.</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">My button interaction has an id of tocButton, and an rs property of tocButtonRs. The button interaction is perpetual, with a script icon for the code below the interaction icon on the tree (not within the interaction). I've tried the following statements to change the alpha property, but without success.</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">tocButtonRs._alpha = 100;</FONT>

<BR><FONT SIZE=2 FACE="Verdana">tocButtonRs.alpha = 100;</FONT>

<BR><FONT SIZE=2 FACE="Verdana">tocButton._alpha = 100;</FONT>

<BR><FONT SIZE=2 FACE="Verdana">tocButton.alpha = 100;</FONT>
</P>

<P><FONT SIZE=2 FACE="Verdana">What would be the correct syntax for changing the alpha? The ActionScript 1 reference indicates the syntax should be movieClip._alpha = 100;</FONT></P>

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Paul Swanson</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Instructional Designer</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Harland Financial Solutions</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>

</BODY>
</HTML>