Hello Guys,
I'm new on Construct2, this is what I'm trying to do:
I have three sprites, which should be a character selection screen.
This is my event sheet:
imageshack.com/i/b6eventsheetqj
As you can see, I have two sprites Sprite7 and sprite9 which are the portrait.
The variable whoischoosing, is indicating the player that is choosing the character (player 1 or player 2).
This is why there are two events for each sprite, one if the character is selected for the first player other if is selected for the second player.
The value for whoischoosing when is 3 indicate that the two players choosed the character so is required a layout change.
The problem, is when an user click on a sprite, immediately change to the next layout. Does not give the opportunity to the second player.
- For what I understood - When the user click on a player a the value for whoischoosing changed, immediately call the next event without delay.
So, Is there a way to do this? What is wrong with my event sheet?
Any idea, clarification, correction, etc.. is appreciated.
Thanks in advance!