hi there!
i am struggling with this code
i have created this array, which contains names of instances of movie clips.
icons = [“qxp”,“camera”,“pdf”];
icons[0].onPress = function() {
this.startDrag(false);
this.onMouseMove = function() {
updateAfterEvent();
};
};
the start drag just does not work.
i wonder if i can get any help.