<!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>drawArrow()</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Sorry to post so many questions lately. Can anyone enlighten me on the following?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I found that I can draw an arrow with code, but I can't find a list of the arguments the method takes. If I use the following to create an arrow:</FONT></P>

<P><FONT SIZE=2 FACE="Arial">arrow2.lineStyle(2,0xFF0000,100);</FONT>

<BR><FONT SIZE=2 FACE="Arial">arrow2.drawArrow(100,100,300,10);</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I get a red arrow that is 300 pixels long and 10 high, but it seems to start at x=0 y=0, no matter what I use for the first two arguments, even if I use empty strings in place of integers. And I imagine there is an angle argument. Is there any documentation anywhere that lists what these arguments are? I've been Googling all morning and haven't found anything.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I know I can use moveTo() and rotateTo() to position the arrow, but it would be nice to know what arguments the method takes, or where to look for this information.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks!</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>