javascript targeting movieclip to change colour problem
Hi, newbie beginners question: I'm trying to target a movieclip on the timeline in order to change the colour of an element inside the movieclip.
The movieclip on the timeline is called 'meCircle', and inside meCircle there is another movieclip called 'meCircleRed'
I thought I'd be able to use this to change the colour of the movieclip inside;
this.meCircle.meCircleRed.style.backgroundColor = #000;
But does not work... is it correct that meCircleRed should be a movieclip, or perhaps a button?
Finding it difficult to find any examples online to learn from! any pointers to good online guides much appreciated...
