What is the correct way to write (ex. eval("_root.s"+aVariable+".onEnterFrame") = function() {...}) in Flash MX?
-Thanks
Printable View
What is the correct way to write (ex. eval("_root.s"+aVariable+".onEnterFrame") = function() {...}) in Flash MX?
-Thanks
Hi!
Try eval("_root.s"+aVariable).onEnterFrame = function(){
Mahesh K.