layout - layer - evensheet understanding

0 favourites
  • 7 posts
  • 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 ?
  • Yes, your understanding of layouts and the layers on them is correct.

    There is a command under 'System' that lets you move to a different layout.

  • thank you !!!

    does the evensheet are still running together, or once the program goes to another evensheet, the last one is on pause or ignored?

  • tribefx

    Under Layout settings you can choose which event sheet to run with each layout.

  • k... but how to make the program switch by himself to another eventsheet?

    if i put event onto sheet2, and i want sheet1 to go and get it, how do i do it?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • k... but how to make the program switch by himself to another eventsheet?

    if i put event onto sheet2, and i want sheet1 to go and get it, how do i do it?

    Right click on event sheet one and choose 'Include event sheet'. Event sheet1 acts now as if they were a single event sheet.

  • COOL!!!!!!!

    Thank you very much !!!!!

    <img src="smileys/smiley4.gif" border="0" align="middle" />

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)