UNconstrain Attribute
skipnice
Member, PRO Posts: 68
i have an integer called ENDGAME set to count the collisions of actors. my actor's self position x is constrained to the mouse. when endgame hits 3 i want to have my actor move off screen but because it is constrained to the mouse it wont budge. how do i cancel the constrain behaviour in order to move my actor with the "move" behaviour once its game over?
Comments
make a rule in the actor that say when endgame < 3: constrain position to mouse, otherwise: move to wherever
ohhh so make the constrain to mouse only when its less than 3!!! nicee thanks home slice!
lol yep