Hi all. I have I think hard question.
Is there a possibility to steer old style movieclip “on” handlers (like on(press), on(release), etc.) from as?
For example can we assign content from them to some variable like for onPress or onRelease movie clip events:
mc.onPress = function() {
trace(“pressed”)
}
var functionPressed = mc.onPress;
Is there a movie clip (or other class) property that match “on” handlers?