Disable Children Click Through


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

b1 is the name of a button.


Copy this code and paste it in your HTML
  1. b1.mouseChildren = false;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.