<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<STYLE>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</STYLE>

<META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV id=idOWAReplyText4120 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>give a page icon an id 'myPage'</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>add&nbsp;an interaction to it</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>add an event response to the interaction: icon: myPage, event 'onEnterFrame'</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>add a script to the event response: debug('hello world');</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>ta da?</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>You can get all the native movieclip event handlers this way.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>Icons have a load of their own events that extend those of MovieClip - they are in the help;</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>icons can also broadcast custom events that you define that&nbsp;you can handle this way:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>iconID.broadcast('myEventName');</FONT></DIV>
<DIV dir=ltr><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>the icon needs to exist to set the event up (i.e. the flow must have passed through it to initialise it)</FONT></DIV><FONT face=Arial></FONT></DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial>J</FONT>
<DIV dir=ltr><BR></DIV>
<DIV dir=ltr>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr><FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Dave Burnett<BR><B>Sent:</B> Thu 03/07/2008 17:40<BR><B>To:</B> Xerte list<BR><B>Subject:</B> [Xerte] Event response<BR></FONT><BR></DIV></DIV>
<DIV><BR>I just tried some tests and you can indeed do:<BR><BR>myXML = new XML();<BR>myXML.load(FIleLocation + 'test.xml')<BR><BR>and it will load - the trouble is getting a Xerte event handler on it.<BR>&nbsp;<BR>&nbsp;<BR>I'm having trouble getting an event response to function at all.<BR>&nbsp;<BR>Anybody have a very simple example file of tripping an event response?<BR>&nbsp;<BR>Cheers,<BR>&nbsp;<BR>Dave<BR>&nbsp;<BR><BR><BR>
<HR>
Watch &#8220;Cause Effect,&#8221; a show about real people making a real difference. <A href="http://im.live.com/Messenger/IM/MTV/?source=text_watchcause" target=_new>Learn more.</A> </DIV></BODY></HTML>