# WEIRD stuff with my flash8 program

**URL:** https://forum.kirupa.com/t/weird-stuff-with-my-flash8-program/201876
**Category:** Uncategorized
**Created:** [September 25, 2006, 10:58pm UTC](https://forum.kirupa.com/t/weird-stuff-with-my-flash8-program/201876 "2006-09-25T22:58:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Leo75](https://avatars.discourse-cdn.com/v4/letter/l/779978/32.png) [@Leo75](https://forum.kirupa.com/u/Leo75)
#### Post date: [September 25, 2006, 10:58pm UTC](https://forum.kirupa.com/t/weird-stuff-with-my-flash8-program/201876/1 "2006-09-25T22:58:33Z")

</div>

Here is the problem. For some reason, after I initialized the variables, the TABBING thing doesn’t work and when I select something from the combo box, seams that the focus doesn’t move to the next are even if I click on it, I need to click 2 times on the next text area to move the focus.

REALLY weird stuff happening… :stare:  
So, any help, suggestion, hint?

HERE is the code that i am using…  
[LEFT][SIZE=2]var a\_1 =""; //text areas inputvar a\_2 =""; //text areas inputvar a\_4 =""; //text areas inputvar a\_6 =""; //text areas input var cb\_slang:Object = new Object(); //combo boxm\_s\_lang.addEventListener(“change”, cb\_slang);cb\_slang.change = function(){ m\_g\_slang = m\_s\_lang.value;}var cb\_stype:Object = new Object(); //combo boxm\_s\_type.addEventListener(“change”, cb\_stype);cb\_stype.change = function(){ m\_g\_stype = m\_s\_type.value;}[/SIZE][/LEFT]

[SIZE=2]Cheers!  
Thanks again.  
Leo.[/SIZE]  
[SIZE=2]😃 [/SIZE]
