How to make one actor move another *Help*

chosenonestudioschosenonestudios Member Posts: 1,714
edited November -1 in Working with GS (Mac)
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

Comments

  • rdcuberdcube Member Posts: 361
    let say you have two actors (actor1, actor2)
    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.
  • chosenonestudioschosenonestudios Member Posts: 1,714
    Hey, thanks guys can you elaborate a little more Im really kinda confused?
  • WeswogWeswog Member Posts: 1,171
    Here is a video tutorial on how to do this


    Cheers, Weswog
  • chosenonestudioschosenonestudios Member Posts: 1,714
    Thanks Weswog! exactly what I needed to do, much appreciated:)
Sign In or Register to comment.