I want the categories dropdown menu to be open on startup!
In the categoriesinteract.as add this function after line 65 that just calls the mouse clicks as if you open the dropdown:
public function expandCatMenu(){
mouse_click(null);
mouse_out(null);
}
Now in the createfolio.as in the createfolio function make the call to the function added above after line 114:
catint.expandCatMenu();Republish the .fla afterwards to apply your changes.


208 Purchases
163 Comments