/ Published in: ActionScript 3
URL: http://blog.open-design.be/2009/09/23/call-a-function-by-its-name-in-as3/
Expand |
Embed | Plain Text
var f:Function = object["function_name"] as Function;
You need to login to post a comment.
adrianparr on 04/19/10
5 people have marked this snippet as a favorite
socialflasher
TrentSkunk
thastyle
tspitzr
scottwatkins
URL: http://blog.open-design.be/2009/09/23/call-a-function-by-its-name-in-as3/
var f:Function = object["function_name"] as Function;
You need to login to post a comment.