Problem with moving

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

Sign In or Register to comment.