oh man this is heavy


My array has a few objects that are revolving like on a carrousell...I want them to react on my mouseclick.

I cant seem to get this to work...

how would one make objects in an array do things?

I cant even define the path to them properly, it appears that I SUCK.

Allow me to present to you my little code-turdthat wont work in a million years



_level0.holder_mc.dot0.onRelease = function() {
var xScaleT:Tween = new Tween(kText, "_rotation", back.easeOut, 0, 1222, 2, true);
};

Id hugely appreciate some help...