Multimenu problem
Hey,
I have a multi menu and my level boxes. So if I press Box number 1 (others are locked) I have:
When touch is pressed: change attribute (real) touchX to game.mouse.position X
Then another rule:
Touch is released change attribute releaseX to mouse position X
And the last one:
When touch is released and touchX = releaseX
change Scene
But the problem is that it only works one time! When I change back from the level to the level menu it doesn't work anymore..
Why that? Do I have a mistake or?
Thanks
I have a multi menu and my level boxes. So if I press Box number 1 (others are locked) I have:
When touch is pressed: change attribute (real) touchX to game.mouse.position X
Then another rule:
Touch is released change attribute releaseX to mouse position X
And the last one:
When touch is released and touchX = releaseX
change Scene
But the problem is that it only works one time! When I change back from the level to the level menu it doesn't work anymore..
Why that? Do I have a mistake or?
Thanks
Comments
Ok I tried just when touch is pressed change scene and it also just works one time
I don't have conditions for the rule so how can this be possible???
And another thing. I change scene when the accelerometer Z = 1. When using this method it fails. When
using a normal actor for change scene it works