/ Published in: ActionScript 3
replace event.info with the object name
Expand |
Embed | Plain Text
for(var val:* in event.info){ trace(' [' + typeof(event.info[val]) + '] ' + val + ' => ' + event.info[val]); }
You need to login to post a comment.
