<div dir="ltr">Hi,<div><br></div><div>I have created an SWF which I am displaying via Xerte Wizards Text Flash SWF template.</div><div><br></div><div>The SWF has several dropdown menus using this code:</div><div><br></div>
<div><div>onClipEvent (load) {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>previouslyOver = false;</div><div>}</div><div>onClipEvent (enterFrame) {</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>currentlyOver = this.hitTest(_root._xmouse,_root._ymouse,true);</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>if(!previouslyOver and currentlyOver) {</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>previouslyOver = true;</div><div><span class="Apple-tab-span" style="white-space:pre">               </span>this.gotoAndPlay(1);</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 (previouslyOver and !currentlyOver) {</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>previouslyOver = false;</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span>this.gotoAndPlay(10-_currentframe);</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>}<span class="Apple-tab-span" style="white-space:pre">   </span></div>
<div>}</div></div><div><br></div><div>Students are required to click the right movie clip on the dropdown menu.  The movie clips have on (press) code which alters the score and re-directs them according to their answers.  This all works perfectly outside of Xerte but once in Xerte the dropdown menus are working but nothing happens with the on (press) commands. </div>
<div><br></div><div>Thanks in advance for your help.</div><div><br></div><div>Deborah</div><div><br></div><div>p.s.  I didn't want to post the SWF publicly but if anyone is prepared to have a look at the RLO I'd be happy to mail it. </div>
</div>