Navigate your game layouts to ONE result layout with correct responses

1

Index

Attached Files

The following files have been attached to this tutorial:

.capx

example-capx.capx

Download now 185.09 KB

Stats

4,720 visits, 8,543 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Because I can't type more in the title (limited characters), so let me explain this problem exactly before diving in.

This happens when:

- You have multiple game layouts, each has the same game (but different backgrounds, levels,...)

- If you add each result layout - with each game layout (1 game layout = 1 result layout), your project size will be large - Construct 2 can cause lags (or other problem)

In this tutorial, we will need only ONE result layout - for all game layouts in your game you made. (x game layouts = 1 result layout)

Let's get started!

Plugins you need

- Local Storage (or WebStorage because I often use it)

- Function. If you have lose events in each layout (Ex: When the player is died, call the function in the specific sheet)

- Text

- Input: Mouse or Touch

- Something that can be a local value, I will use a Textbox plugin here.

- Button

Someone may not believe it, but that's all things we need.

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!