Un-Constrain - is that possible?

RodericRoderic Member Posts: 145
edited November -1 in Working with GS (Mac)
I searched the forums but could not find this one. I have two actors that are constrained, they move across the scene, and then at one point I want to remove the constrain and let one move on and the other stay put. How can I accomplish this?

Thanks.

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    Hi Roderic, with a good ol' boolean "switch" again. Make a boolean attribute, call it SwitchCon for example, make it true by checking the box where you make the attribute.

    Just above the Constrain Behaviours, put: When SwitchCon is true. when you're ready to stop the constrain behavior, use a change attribute SwitchCon to false. Hope that helps.

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

  • RodericRoderic Member Posts: 145
    Gyroscope, Thanks, that works perfectly!
Sign In or Register to comment.