Graphics

 View Only
  • 1.  Continuous Anim doesn't actually change value; can't use with visual logic?

    Posted 08-19-2016 15:49
    I'm trying to link the X position of two objects; one of them has a continuous animation on it, but because it doesn't actually update the X-Position of the object, I can't link them together using visual logic.

    I suppose I could apply the same continuous animation to both objects, but I'm only doing it as a test during development - in "real" use they need to be linked - but without animation (positions will be updated by other, external means).

    Is there any way to tell Xpression to actually update the values?


  • 2.  RE: Continuous Anim doesn't actually change value; can't use with visual logic?

    Posted 08-19-2016 17:38
    There is a "waveform" block in Visual Logic itself that you can use to generate a continuously moving value. It has the same options as the Continuous Animation but with the benefit that it can be passed through visual logic.
    #XPression


  • 3.  RE: Continuous Anim doesn't actually change value; can't use with visual logic?

    Posted 08-19-2016 17:55
    That worked... was hoping for something I could just click to disable, but this will work just fine. Thanks!
    #XPression