hello,
I'm new to this (did some basic programming in the past), and i just want to really understand the basic...
layers are like clear sheet that you put on each other,
this is where the sprite and everything interact on the screen
Layout are a scene... that have all the layers
so layout can be like level in a game...
exemple: i take mario kart,
layout is when you start the race(level), and layers can be layer0=background, layer1=mario,luidgi,etc , and layer3(hud)=score
evensheet are the workplace for programming the layout.
and eventsheet can be attach to one layout.
So if you want to make multiple level in your game, you have one eventsheet with one layout for each level
If this is correct:
- how can i change from one eventsheet to another...
- if i make a game 2D with top view , with 3 floor, so that the hero can go from floor to floor, can i do that ?