why does this not working?
for (i=0; i<=numVoices; i++) {
var this[“voice”+i]:Sound= new Sound();
}
(say in output window: Identifier expected)
why does this not working?
for (i=0; i<=numVoices; i++) {
var this[“voice”+i]:Sound= new Sound();
}
(say in output window: Identifier expected)
:: Copyright KIRUPA 2024 //--