This eventlistener hand me the 1034 error as expected, is there anyway to fix the function part so that it won’t show the 1034 error again?
for (var o:uint = 1; i < 7; i++){
this[“bug”+o].addEventListener(MouseEvent.CLICK, “bugcontrol”+o+“a”);
}
This eventlistener hand me the 1034 error as expected, is there anyway to fix the function part so that it won’t show the 1034 error again?
for (var o:uint = 1; i < 7; i++){
this[“bug”+o].addEventListener(MouseEvent.CLICK, “bugcontrol”+o+“a”);
}
:: Copyright KIRUPA 2024 //--