Strange buttons behavior
Hi All,
I am still working on the same project that I talked about on my previous post. I am just getting frustrated because when I set an action for a button It rarely does the expected on the first attempt. For example on frame 1, I click the directory button to display my combobox, that works fine, the I want to close the combobox so I click close, and it works fine, but if I then repeat the operation and click the directory button it jumps two frames..
Or if I click the number one button on the lower menu, it is set to go to frame 0 and it is going to frame 1. I mean, they dont do the expected action, I don´t know if it has to do because the order in which you place the code on the Actions panel is relevant, but, it is very difficult to work when you fix something somewhere and something else then breaks..
I leave here the fla file in case someone has the time.
this.btndirectory.addEventListener("click", showlist.bind(this));
Thanks,
