Flash var/Functions
Flash var/Functions
Out of context: Reply #4
- Started
- Last post
- 18 Responses
- springbok0
this.mc_NAVL1.mc_btn_about_us.on... = function() {
MakeLineAppearL1();
_root.AboutusPressed();
_root.currentSelection = "AboutUsL2Selected();"
};So if this is my funtion for my BTN how would I code it?
This is the Function
function AboutUsL2Selected() {
_root.mc_NAVL1.mc_btn_home.targe...
_root.mc_NAVL1.mc_btn_about_us.t...
_root.mc_NAVL1.mc_btn_portfolio...
_root.mc_NAVL1.mc_btn_news_featu...
_root.mc_NAVL1.mc_btn_contact.ta...
}Would I do something like this?
function AboutUsL2Selected(whatsPressed : String) {
and how would I then call this?
Thanks for the help