@a_zoom10
I am still learning myself, but I can provide some feedback on your questions.
Do you know any tutorial/resources for a point&click game?
A. I don’t know of any specific tutorials for point and click adventure games, but coronalabs has an FAQ for this genre here.
http://www.coronalabs.com/blog/2012/10/11/faq-point-and-click-adventure-game-development-guest-post/
How to switch between one scene to another?
A. You can use either use the built in storyboard function that Corona has implemented, or you can setup the 3rd party director class.
Storyboard API
http://docs.coronalabs.com/api/library/storyboard/index.html
Director Class
http://developer.coronalabs.com/code/director-class-10
http://developer.coronalabs.com/forum/2010/10/06/director-class-check-out
http://corona.techority.com/2010/11/19/how-to-use-scenesscreens-in-corona/
How to use inventory ?
How to launch a puzzle on an event click?
A. I believe these two questions are related because the questions are quite vague and I believe many people here would rather you paste code of your attempt and then ask a targeted question.
I have not personally created an inventory manager or puzzle in any of my projects in Corona. Both of these items will likely require a touch event to initiate a new scene that loads the assets for your inventory manager or that particular puzzle.
Here is some sample code for one of those ‘picture shuffle’ type of puzzles
http://developer.coronalabs.com/code/puzzle-piece-game-logic [import]uid: 135255 topic_id: 32175 reply_id: 129175[/import]