Archive for the ‘Actionscript’ Category

onEnterFrame vs. setInterval

2006.05.31, Wed

Which one is better for code that should repeat at at intervals, onEnterFrame or setInterval?

(more…)

Referring to a parent object from within an XML event handler

2006.05.02, Tue

The 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.

(more…)