hi
i have for a button:
nav1.onRelease = function() {
nav2.gotoAndPlay(“out”);
nav3.gotoAndPlay(“out”);
nav4.gotoAndPlay(“out”);
};
is there a ‘cleaner’ way of applying the same action to multiple objects?
cheers
doug
hi
i have for a button:
nav1.onRelease = function() {
nav2.gotoAndPlay(“out”);
nav3.gotoAndPlay(“out”);
nav4.gotoAndPlay(“out”);
};
is there a ‘cleaner’ way of applying the same action to multiple objects?
cheers
doug
:: Copyright KIRUPA 2024 //--