Problem with moving
mattias.l.andersson
Member Posts: 4
Hi
I've made a game where there is a meny at the top and the game at the bottom. The actor move along the X-axle. How do i make the actor to move only when touch is below the meny at the top? Every time I touch a button at the top the actor moves.
The rule I have right now is:
when touch outside
move to
game.Touches.Touch 1.X , self.Position.Y relative to scene at speed 300.
Comments
Like this:
Rule: (all conditions valid)
-When touch is outside
-Attribute game.mouse position y < (y coordinate of the menus bottom part here)
Do: Move to...
Hope this helps!
Mental Donkey Games
Website - Facebook - Twitter
You are an angel!
Glad to help
Mental Donkey Games
Website - Facebook - Twitter