non- default animations do not inherit scroll factor

  • #1, by pixelgeistSaturday, 24. February 2018, 03:10 6 years ago
    Hi there, hope I am posting this in the right place...

    I am running into a problem when playing a non-default animation on an object... It seems like the scroll factor of my object is not being applied, this is creating an undesired offset when I switch from default to non-default animations on an object.

    I noticed that the action area for the object is picking up on the scroll factor.

    Is there any way via the UI or script that I can offset non-default animations to match the scroll factor that is being applies to default?herit scroll factor

    Newbie

    16 Posts


  • #2, by afrlmeSaturday, 24. February 2018, 12:01 6 years ago
    Unfortunately there's a bunch of parameters manually started animations don't inherit from the scene objects they are linked to. What you could do is create a scene object for each one. Create a single value & assign the value to the properties tab of each of the scene objects containing the animation. Make sure you set it so that the value has to be equal to x value & that way you can toggle which animation you want to be active & because they are linked to the scene object that will be shown, the scroll factor & whatever else should be applied.

    Imperator

    7278 Posts

  • #3, by pixelgeistTuesday, 27. February 2018, 07:52 6 years ago
    Ah, okay... I was able to get the functionality I wanted with the work around you suggested.  Thanks so much for your help.


    Newbie

    16 Posts