Graphics

 View Only
  • 1.  Scripting a pause for an object - Displaying Pitch Speed

    Posted 03-17-2014 20:58
    Hi,

    In a baseball project I am looking to display pitch speed for a few seconds before changing to the pitch count. Most of the time pitch count is visible but I would like this to change after a pitch is thrown. I can get the speed to display while hiding the pitch count but I can't reverse this after a given amount of time.

    Does anyone know if there Is there a way to script a short pause during which the pitch speed group will be visible before switching visibility with the pitch count?

    Thanks,

    Taylor


  • 2.  RE: Scripting a pause for an object - Displaying Pitch Speed

    Posted 03-19-2014 20:42
    You could just build this pause into your animation controller.. Use the animation controller to hide the pitch count group (by changing it's alpha to zero) and show the pitch speed group, and then add keyframes 1 or 2 seconds later that makes it visible again.

    #XPression