I hardcode this for now, is there any way to do the following code in a loop? All helps are appreciated. Thank you
function enable(){
cho1.mouseEnabled = true;
cho2.mouseEnabled = true;
cho3.mouseEnabled = true;
cho4.mouseEnabled = true;
cho5.mouseEnabled = true;
cho6.mouseEnabled = true;
cho7.mouseEnabled = true;
cho8.mouseEnabled = true;
cho9.mouseEnabled = true;
cho10.mouseEnabled = true;
cho11.mouseEnabled = true;
cho12.mouseEnabled = true;
cho13.mouseEnabled = true;
cho14.mouseEnabled = true;
}