hi there everyone,

ive got a quick question,

i have 4 movie clips each named:

moleTop1
moleTop2
moleTop3
moleTop4

im trying to run one at a time using this code but with no luck:

Code:
var rndNum:Number = 4;

moleTop['rndNum'].play();
i know its possible but ive forgotten the syntax

any ideas? im using AS3

Cheers