Question
Sending message to a parent object
Hello, I am trying to send a message to a parent object via action script with adobe animate. How can this be done?
I'm currently using the following code but it doesn't work with the adobe animate camera. There must be a different way to do this.
(MovieClip)(parent.getChildByName("minecraft_particles_bottom")).addChild(newParticle);
