I agree with joshstrike...that code is chaos. You might also think of using a dictionary to index your buttons against their value
PHP Code:var codeByButton:Dictionary = new Dictionary();
codeByButton[bt0] = 0;
codeByButton[bt1] = 1;
...
|
Results 1 to 20 of 20
Threaded View
|
Click Here to Expand Forum to Full Width |