Position in Scene/Layers

Hi!
I have a problem with the joystick. It has a separate Layer (without scrollable).
These actors are moving a player. The problem is with receiving the event. Only the first one in the list (scene/layers) is functionable. The rest is 'off' (it doesn't make anything).
I've checked if I've made a mistake somewhere.
How to run the rest of the actors?
I have a problem with the joystick. It has a separate Layer (without scrollable).
These actors are moving a player. The problem is with receiving the event. Only the first one in the list (scene/layers) is functionable. The rest is 'off' (it doesn't make anything).
I've checked if I've made a mistake somewhere.
How to run the rest of the actors?
Comments
My Joystick is based on control left, right, up and down. Only one (first) is functionable. Any ideas?
In your actor to be controlled, put the Rules:
When MoveState is Up
Move (up)
When MoveState is Down
Move (Down)
etc.
Hope that helps. :-)