_root.onEnterFrame = function(){
if (_root.frame.name != "start") {
Something that will only work when the label is not start.
}
};
please help out
_root.onEnterFrame = function(){
if (_root.frame.name != "start") {
Something that will only work when the label is not start.
}
};
please help out
:: Copyright KIRUPA 2026 //--
``` ```