Which one is better for code that should repeat at at intervals, onEnterFrame or setInterval?
Archive for the ‘Actionscript’ Category
onEnterFrame vs. setInterval
2006.05.31, WedReferring to a parent object from within an XML event handler
2006.05.02, TueThe mx.utils.Delegate class in Actionscript 2.0 is the only way I have found so far to refer to a parent object from within an XML event handler.