How can i make an image clickable . I am new to lua .When i click the button i want to go to another scene ,so also tell me how to do the same 
Look at these examples (pay close attention to 5_frame):
http://github.com/roaminggamer/CoronaGeek/raw/master/Hangouts/composer_scene_manager.zip
Of course, my code may be a bit advanced for you so, back to basics if that is the case:
- Touch inputs -Â https://docs.coronalabs.com/daily/api/event/touch/index.html
- Changing Composer Scenes -Â https://docs.coronalabs.com/daily/api/library/composer/index.html
Make sure to also see the guide on composer:Â https://docs.coronalabs.com/daily/guide/system/composer/index.html
Look at these examples (pay close attention to 5_frame):
http://github.com/roaminggamer/CoronaGeek/raw/master/Hangouts/composer_scene_manager.zip
Of course, my code may be a bit advanced for you so, back to basics if that is the case:
- Touch inputs -Â https://docs.coronalabs.com/daily/api/event/touch/index.html
- Changing Composer Scenes -Â https://docs.coronalabs.com/daily/api/library/composer/index.html
Make sure to also see the guide on composer:Â https://docs.coronalabs.com/daily/guide/system/composer/index.html