How to make one actor move another *Help*
chosenonestudios
Member Posts: 1,714
I'm sure this has probably been asked before, but how would you make it so when (lets say an actor is clicked) it will move an actor?
Sorry for my noobishness
Sorry for my noobishness
Comments
just create a game attribute that says 'move_actor2' type integer = 0 and on actor2, put a rule that checks for the attribute 'move_actor2' = 1 and apply a behavior to do whatever you need...like a move or move to.
on actor1 just do a rule to change attribute 'move_actor2' = 1 on touch.
hope that helps.
Cheers, Weswog