is there anyway to do this to let the user know the element is clickable?. I have been using easeljs but haven\'t found anything related
I am using Easeljs and to get a pointer cursor I use myObject.cursor = 'pointer' and stage.enableMouseOver(20); ( from the DragAndDrop.html example code )
myObject.cursor = 'pointer'
stage.enableMouseOver(20);