<div dir="ltr"><div><font class="Apple-style-span" color="#000066" face="verdana, sans-serif">Hi,</font></div><div><font class="Apple-style-span" color="#000066" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" color="#000066" face="verdana, sans-serif">I am displaying some SWF's with a custom cursor in Xerte.  (Wizards, Text Flash SWF).  When the custom cursor moves outside of the Flash stage I want the ordinary cursor to reappear so students can move around the Xerte pages.  I tried the following code:</font></div>
<div><font class="Apple-style-span" color="#000066" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" color="#000066" face="verdana, sans-serif"><div>if (custom_cursor_mc._x>+530 || custom_cursor_mc._x<0) {</div>
<div>Mouse.show();<span class="Apple-tab-span" style="white-space:pre"> </span></div><div>custom_cursor_mc.stopDrag();</div><div>//remove custom cursor</div><div>custom_cursor_mc.swapDepths(custom_cursor_mc._parent.getNextHighestDepth());</div>
<div>custom_cursor_mc.removeMovieClip();}</div><div><br></div><div>I have the code for the custom cursor in an onClipEvent on the cursor mc (yes I know Julian - try to keep the code in the timeline......):</div><div><br></div>
<div><div>onClipEvent (load) {</div><div>Mouse.hide();</div><div>}</div><div>onClipEvent (mouseMove) {</div><div>updateAfterEvent();</div><div>_x = _parent._xmouse;</div><div>_y = _parent._ymouse;</div><div>}</div></div><div>
<br></div><div>Any ideas where I am going wrong?</div><div><br></div><div>Many thanks in advance.</div><div><br></div><div>Deborah</div><div><br></div><div><br></div></font></div>
</div>