Flash var/Functions
Flash var/Functions
Out of context: Reply #6
- Started
- Last post
- 18 Responses
- unformatted0
if your function is on the root:
_root.[ _root.currentSelection ]();
or you could do this:
var currSelection:Function
and just pass the function name.