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

    Re: How can I have two object position events on an object a

    grab your coords before you fire and store in user vars then when you need to reset do this:-

    subtract the stored from the current position and use this to modify it locally.

    this will only work if you have not rotated.
    Share this post

  2. #12

    Re: How can I have two object position events on an object a

    Originally Posted by dasraiser
    grab your coords before you fire and store in user vars then when you need to reset do this:-

    subtract the stored from the current position and use this to modify it locally.

    this will only work if you have not rotated.
    Well that would basically do the same thing as resetting it, but I have to rotate. That's the whole point of a user-controlled turret.
    Share this post

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

    Re: How can I have two object position events on an object a

    rotate after you reset.

    or store the rotation+position just before you fire then reverse engineer its location when its hit its target, rinse n repeat

    EDIT:

    Originally Posted by sparkierjonesz
    as for the 2ope's are they both active at a given time or is their always 1 off 2 ope's certainly can't work at the same time
    i thought this as well, but after testing with all on local and in the same impulse chain, it did a translate and rotate fine, i had 3 working.
    Share this post