1. #1

    objects moving to one place then to another??????

    hey guys, got another question for ya, just say i have a object come down in front of u on a slider and block ur way, and after u perform a certain task can i get that same object to move out of the way, do i need a separate trigger or maybe just a delay timer on it?????????? thanks guys
    Share this post

  2. #2

    Re: objects moving to one place then to another??????

    I'd think you'd just need a separate trigger to disable physics on the object, then use an OPE or visibility event to make it either go back up, or completely disappear. I think you only have to disable physics if you're using an OPE because the visibility even doesn't matter if it has physics enabled or not, but an OPE definitely has to have physics disabled for it to work.
    Share this post

  3. #3
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: objects moving to one place then to another??????

    in the motor part of your slide that's pointing to some force value, just multiply this value by -1 when task completed.
    Share this post