<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    You need to give the swf focus<br>
    <br>
    On 16/07/2011 12:03, Deborah Delin wrote:
    <blockquote
cite="mid:CAJWMc5y3Vag6EDxRVexsuNzTEo8CgX0JVA4AvU4Bsub5tq=hKQ@mail.gmail.com"
      type="cite">
      <div dir="ltr"><font color="#000066"><font
            face="verdana,sans-serif">Hi,  <br clear="all">
          </font></font>
        <div><font class="Apple-style-span" color="#000066"
            face="verdana, sans-serif">You guys have been great in
            helping me solve my SWF/Xerte glitches.  Hope you might know
            the answer to this one.<br>
          </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 have a little game where a
            figure is activated by the keyboard arrows using the code
            below.  In Xerte, the figure only becomes reactive after one
            clicks anywhere on the SWF.  Outside of Xerte it reacts as
            it should do.  File size is 150 kb.      </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">Many thanks for your help.</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">Deborah</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>
              onClipEvent(load){</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>speed = 7;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>jspeed = 0;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>jumping = false;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>startY = this._y;</div>
            <div>}</div>
            <div>onClipEvent(enterFrame){</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>if(jumping){</div>
            <div>
              <span class="Apple-tab-span" style="white-space: pre;"> </span>this._y
              += jspeed;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>jspeed++;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>if(this._y > startY){</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>this._y = startY;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>jumping=false;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>}</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>}else if(Key.isDown(Key.SPACE)){</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>jumping = true;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>jspeed=-20;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>}</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>if(Key.isDown(Key.RIGHT)) this._x += speed;</div>
            <div><span class="Apple-tab-span" style="white-space: pre;">
              </span>if(Key.isDown(Key.LEFT)) this._x -= speed;</div>
            <div>}</div>
          </font></div>
      </div>
      <br>
      <p>
        This message and any attachment are intended solely for the
        addressee and may contain confidential information. If you have
        received this message in error, please send it back to me, and
        immediately delete it. Please do not use, copy or disclose the
        information contained in this message or in any attachment. Any
        views or opinions expressed by the author of this email do not
        necessarily reflect the views of the University of Nottingham.
      </p>
      <p>
        This message has been checked for viruses but the contents of an
        attachment
        may still contain software viruses which could damage your
        computer system:
        you are advised to perform your own checks. Email communications
        with the
        University of Nottingham may be monitored as permitted by UK
        legislation.
      </p>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Xerte mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a>

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

</pre>
    </blockquote>
    <br>
  </body>
</html>