Graphics

 View Only
  • 1.  Animate Sorting Process Using Sort Selector Block

    Posted 06-03-2020 07:45

    Hi, i'm trying to animate the sorting process of Visual Logic Sort Selector block, but i can't figure it out.
    Is there a way to animate it using Visual Logic ? (I can't do Script).
    in the video below as you can see, the sorting just use cut, at least i want it have disolve effect
    Thanks

    https://www.youtube.com/watch?v=RamDBQHU3tU



  • 2.  RE: Animate Sorting Process Using Sort Selector Block

    Posted 06-13-2020 22:55

    Hi Mang,

    Could you clarify what you mean by animating the sorting process?

     

    The Visual Logic Sort Order-block will only sort the values and it will do this as soon as the scene goes on air. If the values should change while the scene is already on air, it will instantly change the sort order.

    So if you just want to animate the results line by line, you need to create animation controllers and put those in a scene director.

    So when the scene goes on air, the results will be revealed line by line. And if you want to add some manual control over it, like only revealing a line based on a cue from the director or something, you can add Pause-events to your scene director in between each animation controller so the animation waits for a command before revealing the next line.

     

    IF, on the other hand, your scene is already on air and a value changes so that the order needs to be updated on air, that's a lot more complicated.

    To be honest, I don't think you can do it with Visual Logic and I don't think you can do it with scripting either. I think it's only possible using the API. At least, that's the way I do it.

    But I'm not sure if that's what you're after.


    #XPression


  • 3.  RE: Animate Sorting Process Using Sort Selector Block

    Posted 06-15-2020 05:54

    Hi Kenneth,

    Thanks for answering my question.

    What i mean by animating the sorting process, is when the values change and Visual Logic Sort Order-block change the value order, i want to do the changes with animation, at least fade effect. Because by default, Visual Logic Sort Order-block change the order just by Cut.

    And yes, I already tried to do it on air using API, it worked perfectly, the value change, but i want to try add the animation in the change process, if that's possible.

     


    #XPression


  • 4.  RE: Animate Sorting Process Using Sort Selector Block

    Posted 07-16-2020 13:56

    Please check my example: http://s.go.ro/osncmr5a | password: 419800

    Have FUN!
    Gabriel


    #XPression


  • 5.  RE: Animate Sorting Process Using Sort Selector Block

    Posted 07-20-2020 05:51

    <x-zendesk-user data-user-name="Rosca Gabriel">372662433612</x-zendesk-user>

    Thank you so much! it works perfectly!


    #XPression