need help with game

da_xtremeda_xtreme Member Posts: 3

i need help creating game using control two actors at the same time

Comments

  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375

    I need a little more detail to help. How do you want to control them? Will they be controlled by the same button/joystick?

  • AlkaPPAlkaPP Member, PRO Posts: 194

    Create a game Boolean attribute - Move
    Create a button with rule when touch is press, change attribute game.Move is true, Otherwise: game.Move is False.
    For the 2 actors that you want to move, use same rule game.Move is true, then use move behavior to move them wherever you want.

  • da_xtremeda_xtreme Member Posts: 3

    alkaPP- ill try that out,

    • bjandthekatz- no control by two different joysticks
Sign In or Register to comment.