function b0 () {
trace("different action 1");
}
function b1 () {
trace("different action 2");
}
for(i=0;i < 2; i++) {
["b"+i+"()"];
}
How would that be done? Sorry, I already knew how to declare vars, had the wrong question & wrong title but this is my actual question now.
*Nevermind, its solved :sigh:.