Hello guys!
If Orientation > 4
Change X of Sprite to Sprite.X + 2
Ok... if i keep the phone flipped the Sprite will always go foward 2 pixels.
But if what i want is :
Every time the orientation changes, it moves the sprite.
So... if i turn the phone a bit and let it flipped at that angle, the sprite will, in the first time, go 2 pixels, but then it will stay in that position.
Logic's problem. Can anyone help? Thank you :)
The System Condition "Trigger once while true" should make it work, you have to add it as the last condition
Basically, Trigger Once While True becomes true when the other conditions passed from "False" to "True", and a tick after that, become False, so It should help you