AS3 Call a function by its name


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. var f:Function = object["function_name"] as Function;

URL: http://blog.open-design.be/2009/09/23/call-a-function-by-its-name-in-as3/

Report this snippet


Comments


You need to login to view comments.