<HTML>
<HEAD>
<TITLE>Flash Reset Button problem... Help!</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi,<BR>
<BR>
I was hoping to get some help with this Flash issue...<BR>
<BR>
A student of mine has a character that when &#8216;hit&#8217; needs to return to a randomly set &#8220;reset&#8221; position.<BR>
However, there is also a scoring system in place and so the issue is that when the character resets and is subsequently &#8216;hit&#8217; again, it is not adding to the score.<BR>
<BR>
Can anyone help? Code is...<BR>
<BR>
</SPAN></FONT><FONT COLOR="#030065"><FONT SIZE="5"><FONT FACE="Arial"><SPAN STYLE='font-size:16.0px'>if(this._y&lt;0) { &nbsp;<BR>
this.removeMovieClip(); } &nbsp;}<BR>
<BR>
onClipEvent (enterFrame)<BR>
{<BR>
if(hitTest(_root.zombie))<BR>
{<BR>
_root.zombie._y= -50;<BR>
_root.zombie._x = random(550);<BR>
_root.points+=2;<BR>
_root.score.text=_root.points;<BR>
this._x = -1000;<BR>
}<BR>
}<BR>
<BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Thanks<BR>
<BR>
</SPAN></FONT><FONT SIZE="6"><FONT FACE="Gill Sans, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:19.0px'><B><I>Fran Ibbott<BR>
</I></B></SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Community Liaison &amp; Transition Manager<BR>
Monbulk College<BR>
David Hill Road<BR>
Monbulk &nbsp;&nbsp;VIC &nbsp;&nbsp;3793<BR>
P:(03) 9751 9019 (direct)<BR>
P:(03) 9751 9000<BR>
F:(03) 9751 9001<BR>
E: ibbott.frances.h@edumail.vic.gov.au<BR>
-- <BR>
<BR>
</SPAN></FONT>
<p></p><p><b>Important - </b>This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed are those of the individual sender, and not necessarily those of the Department of Education and Early Childhood Development.</p>
</BODY>
</HTML>