Pass parameters with the Delegate class
Posted in Flash by Scott Morgan on the 05-19-2006One of the complaints I often hear about is keeping scope when using controls and/or event listeners. One of my favourite classes is the Delegate class. This class ensures scope is kept by allowing you to specify the scope when calling a method. Another complaint I hear is the Delegate class doesn't allow for arguments to be passed through to the function. Not true. Read full article

Responses to “Pass parameters with the Delegate class”