Using Constrain Attribute.

dhousedhouse Member Posts: 2
Is there a way to "un-Constrain" one object from another? In a scene I have an actor constrained to the movement of another actor but after a period of time I want to switch off the constraint. Possible? No?
Thanks.

Comments

  • developer6810developer6810 Member Posts: 139
    Use the timer behavior and do: FOR (however many seconds you want), constrain position ... (to the other actor). After the timer's done, the constrained position will disable :)
  • dhousedhouse Member Posts: 2
    I'll try that.
    Thanks.
  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598

    @dhouse

    Hi, another way (perhaps "a little more watertight" and easier to switch on/off at will):

    Boolean att called ConSwitch

    When ConSwitch is true
    Constrain Behaviour

    To switch it off, use a change attribute conSwitch to false; similar for true if you want to turn on the constrain behaviour again.

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

Sign In or Register to comment.