1
General Discussion / Re: Accessing Loaded Movieclip textures
« on: November 08, 2011, 06:44:22 pm »
Ok sorted it.
you access your movieclip like this.
loader.getLoadedContent( PATH + "ball.swf").displayObject.ball.ring.balltext.text = "23";
Hope this helps anyone else.
Simon
you access your movieclip like this.
loader.getLoadedContent( PATH + "ball.swf").displayObject.ball.ring.balltext.text = "23";
Hope this helps anyone else.
Simon