How to stick one actor to another, and then unstick them.
choope
Member Posts: 2
Hi, i'll try and explain clearly...
I want actorA to be able to 'stick' to several other immovable objects as he gets close (possibly within a certain proximity). But upon moving actorA in another direction, I want him to then 'unstick' from that object.
Just a nudge in the right direction would be very helpful.
Cheers!
I want actorA to be able to 'stick' to several other immovable objects as he gets close (possibly within a certain proximity). But upon moving actorA in another direction, I want him to then 'unstick' from that object.
Just a nudge in the right direction would be very helpful.
Cheers!
Answers
set up a boolean attribute e.g."unconstrain them" (uncheck "true" box)
if condition is false, stick them.
set up another boolean attribute that when turned true, change "unconstrain them' to true.
hope this can help.
im new too=)