Selecting one of four actors to move.

Howdy Folks,

I have an interactive book where I want to have the reader select one of four puzzle pieces(actors) to move to the open space. I can select one actor and move it no problem using the rule-
when mouse button down
MOVE TO mouse position x and y

However I can't seem figure out how to select one of the four.

From what I have learned I can't turn the physics, moveable boolean on and off during the game. So what can I do?

Any help would be appreciated.

Comments

Sign In or Register to comment.