Problem with change scene

GuaveMediaGuaveMedia Member, PRO Posts: 1,262
edited December 2011 in Working with GS (Mac)
Hey,
I have the following problem, when my level is completed and a button is pressed, the scene get's changed.But sometimes scene gets changed without pressing the button immediately after the level is finished.
I have these attributes:

Collect: When something is collect change to +1...
Finish: when collect = 3 set finish to true
Fail: when level fails, set fail to true

In my button I have this:

when touch is pressed
finish is true
change scene
set collect 0
set fail to 0

Can someone tell me my mistake?

thx

Comments

Sign In or Register to comment.