Question
Equal to...
Hi,
I have 3 variables:
var btnLogo:Button;
var btnLumtype:Button;
var home:Movieclip;
I would like to have the first two buttons to do the exact same actions, I have the rollover and rolloff animation for these buttons, then the third is a menu button on my menu bar. And I would like the first two buttons, when selected to go to the home page and send the mouse to the home page. So all the things the home button would do, like go to the home page, send the pointer to the home button, I would like to have btnLumtype and btnLogo do. Is this possible?
Thanks
I have 3 variables:
var btnLogo:Button;
var btnLumtype:Button;
var home:Movieclip;
I would like to have the first two buttons to do the exact same actions, I have the rollover and rolloff animation for these buttons, then the third is a menu button on my menu bar. And I would like the first two buttons, when selected to go to the home page and send the mouse to the home page. So all the things the home button would do, like go to the home page, send the pointer to the home button, I would like to have btnLumtype and btnLogo do. Is this possible?
Thanks