Position in Scene/Layers
Aldo
Member Posts: 53
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
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
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. :-)
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps