So I'm having some trouble making a call to my .as file.
I use the make particle an instance of "3dobject".
var particle:threeDObject = new threeDObject(ball, focal, CenterX, CenterY);
and then I use particle to call a function moveParticle
_root.particle.moveParticle();
moveParticle is a...