How do I solve this game scenarios?

0 favourites
  • 5 posts
From the Asset Store
five golem elements Sprites Sheet.Best for enemy or villain game characters.
  • How do I solve this? I had created layout1 and event1, now I created layout2 and event2. How do I link these two together? Thank you in advance.

  • Highlight layout1 in right pane. Now set the Event Sheet choice in the Layout Properties. Repeat for layout2.

    If you want to include the events from one in another you can add an #include to reference the other. That works well if you want to make say a GlobalEventSheet or GlobalVariables eventsheet

    Hope this helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Highlight layout1 in right pane. Now set the Event Sheet choice in the Layout Properties. Repeat for layout2.

    If you want to include the events from one in another you can add an #include to reference the other. That works well if you want to make say a GlobalEventSheet or GlobalVariables eventsheet

    Hope this helps.

    Thank you for tips. Precisely what I have in mind is, like layout1 and event1, say world1, that have different background and event, while layout2 and event2, say world2, how do I link this two together. In term of game play, player can move between two world, back and forth while maintaining character attributes.

    Thank you again in advance.

  • One way would be to create a solid color 'box' image as an object and set the collision event to "goto layout". Once everything is set change the opacity of the box to 0 so it is invisible. Or you could add a door image. Store any value you don't want to lose in a global variable or global array. Thats it!

  • One way would be to create a solid color 'box' image as an object and set the collision event to "goto layout". Once everything is set change the opacity of the box to 0 so it is invisible. Or you could add a door image. Store any value you don't want to lose in a global variable or global array. Thats it!

    Thank you for the tips.

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