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

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Use When Touch is Pressed. That condition is true when you click/tap on the actor. When Mouse is Down is true when you click/tap anywhere.

Sign In or Register to comment.