That's because you must first enable the doubleClick function on the button (yes I know it's ridiculous) like tile1.doubleClickEnabled = true;
On top of that you will realize that doubleClick will fire single click event as well, so you need something like this
http://stackoverflow.com/questions/2...s-double-click
Happy coding!