How to stick one actor to another, and then unstick them.

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!

Answers

  • choopechoope Member Posts: 2
    I can constrain the two actors together, it's the un-constraining I can't get my head around... Probably simple stuff, but I'm pretty new to this... and it's late...
  • wholesomenesswholesomeness Member Posts: 4
    prob you can try:

    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=)
  • VolontaArtsVolontaArts Member Posts: 510
    u have to find a trigger for it though... explain a little more what ur actor is doing and what is it sticking to. so then maybe i can figure out a trigger...
Sign In or Register to comment.