I'm looking for a quick example. Maybe someone can post an asnwer for me.
In a brand new project, I would like to
1. load a background
2. load 2 sprites on top of that
I got that far following the online tutorials. Very simple
3. I would like to click on 1 sprite and make it disappear.
4. Then if clicking on sprite 2, the scene should change to other scene with a background loaded
I'm a beginner and my main problem is, how do I setup 2 scenes go from scene to scene on a click and destroy objects after clicking on them
If possible, can I see an example with AppGameKit Classic and also another with the Visual Editor?