<!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>Animate draw objects?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT SIZE=2 FACE="Arial">Is there a way to animate an object created with the drawRect() method? If I draw a box with:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">rb2.createEmptyMovieClip(&quot;red_box&quot;, 0);</FONT>

<BR><FONT SIZE=2 FACE="Arial">rb2.red_box.lineStyle(2, 0xFF0000, 80);</FONT>

<BR><FONT SIZE=2 FACE="Arial">rb2.red_box.drawRect(190, 42, 170, 19, 0);</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&#8230; I would expect that rb2.red_box.animate(190, 62, 10, 'linearTween'); would work, but it doesn't. The box is created, but doesn't animate. animate() works fine moving the contents of a text icon around.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Not a big deal, just wondering if there is a way ...</FONT>
</P>

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

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New"><B>&nbsp;Paul Swanson</B></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>