Say, I had a loop in a function…
function startLoop(event:Event):void{
for (var a = 0; a < 5; a++){
}
}
…How would I refer to a in another function
Thanks,
CCG199
Say, I had a loop in a function…
function startLoop(event:Event):void{
for (var a = 0; a < 5; a++){
}
}
…How would I refer to a in another function
Thanks,
CCG199
:: Copyright KIRUPA 2024 //--