Hi.
I'm making a brick-breaker game and was wondering how I could get this clip holder:
Code:
_root.attachMovie('mcBrik1', 'Brik'+i,_root.getNextHighestDepth());
to incorporate 5 other multicoloured bricks and place them randomly (I already have placing them sorted, it's the random colour that matters).
Please help me out!