New to corona, how can I add a button with image ?

Good Day 

I am new to corona SDK and lua language, how can I add a button with image? so when I click the image it does something ?

There are multiple ways.  Perhaps the easiest is with widget.newButton().  See:  http://docs.coronalabs.com/api/library/widget/newButton.html

Rob

There are multiple ways.  Perhaps the easiest is with widget.newButton().  See:  http://docs.coronalabs.com/api/library/widget/newButton.html

Rob