AS2 trace all items within Object


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



Copy this code and paste it in your HTML
  1. for(var i in target_mc){trace('key: ' + i + ', value: ' + target_mc[i]);}

Report this snippet


Comments


You need to login to view comments.