How do I make an image clickable and when I click on it it expands ? Like when you click on your profile picture on Facebook it bloats up big . How can I do that ?
default = display.newImage( "default.jpg" ) -- position the image default:translate( 160, 75 ) default:scale( 0.1, 0.1 )
That’s my image .