hi guys, away 3.6 how to remove everything from the scene?
i'm trying this
for each(var ch in View.scene.children){
View.scene.removeChild(ch);
}
but it's not working
hi guys, away 3.6 how to remove everything from the scene?
i'm trying this
for each(var ch in View.scene.children){
View.scene.removeChild(ch);
}
but it's not working