Simple timer help needed!
I'm a newbie here at gamesalad and need some help! I've constructed an angry birds- type game. When the star is hit by a block, I told it to wait 1 second and switch to the next level. Unfortunately, whenever I put a block in the 'after _ seconds' timer it never ends up happening. I've tried checking 'run to completion,' and that doesn't do anything. Is there anything obvious I'm doing wrong?
Comments
Make a new boolean attribute (i.e. starTouched).
When the block touches a star -> change attribute starTouched to true
If starTouched is true -> after 1 seconds 'run to completion' -> chnage scene.