HDI make an object stop moving after a given length of time or distance? Without using keyframe.
I have a block that is to move to the right / left, rotate while it's moving..like a spinning top on a table, and then lock into place. I currently have a trigger zone that starts the motion. I want the object to travel a distance and stop.
-
Something to try:
- Add a movement sensor on the object
- Wire the output to a timer so the timer starts when the object starts moving
- Trigger the Timer Finished output to a NOT Gate
- Wire the NOT gate output to the moveable button in the object's tweak menu
Hope that helps
- Yann -
That didn't work for me. The object is already in the air, set to not moveable. The mover and rotator still move it but with the not gate attached. It senses movement and the block immediately falls.
-
Ah sorry, I didn't realise you're block was set to "not moveable". In that case, the NOT gate output should be wired into the Power ports of the mover gadgets.
댓글을 남기려면 로그인하세요.