Corona: code that can allow me to drag an object

Hey all!
I am an extreme beginner and just started using Corona. So far I have learned how to put a background and image up and I'm thinking the next step is interacting with my little fish that's on the screen. But I just can't figure out how to do it.
I've read the docs and searched the forums but I believe it's just my ignorance, of this getting in the way.
So I would really appreciate some help! I can give you my code so far and if its not too much trouble, would you be able to show me what the code looks like so I can drag this fish around the screen?
Thank you for the help!
background = display.newImage ( "fishtank.png" )
myImage = display.newImage( "fish.png", 20, 100 )
This is all I have.
