Graphics

 View Only
  • 1.  Visual Logic Timeout chiclets

    Posted 04-13-2018 02:12
    New to visual logic, but trying to take a Datalink feed and have it take out TimeOut chiclets when the value changes.
    I have gotten as far as

    Datalink--->Input Selector[inputed #]--->Chiclet Material Visible


  • 2.  RE: Visual Logic Timeout chiclets

    Posted 04-18-2018 08:36
    What is coming from the Data? Is it Boolean, Int, String? What are you sending?
    #XPression


  • 3.  RE: Visual Logic Timeout chiclets

    Posted 04-19-2018 15:52
    Since our feed is an integer, I built a material to display each of the values of time outs 0-7. Then I use that number to turn on the visibility of the time out using if blocks. It's clumsy but gets the job done for now. But I was taught that it was better to do it via scripting because scripting looks at changes, not constantly looking at the scene like visual logic does. Thank you Amber. That is part of our redesign for next season after we win the NBA championship this year. :)
    #XPression


  • 4.  RE: Visual Logic Timeout chiclets

    Posted 04-23-2018 14:42
    In the next version, there is a block called "OutPut Selector" that will make this a lot simpler.
    #XPression


  • 5.  RE: Visual Logic Timeout chiclets

    Posted 04-25-2018 17:33
    What is coming from the Data? Is it Boolean, Int, String? What are you sending?
    I am trying to get these small boxes to disappear when timeout data goes from 3 to 2 to 1 to 0. Essentially making the boxes disappear as the timeout value goes down.
    #XPression


  • 6.  RE: Visual Logic Timeout chiclets

    Posted 04-26-2018 14:17
    I would use a number of less than blocks to achieve this.
    #XPression