Graphics

 View Only
  • 1.  visual logic with letters

    Posted 10-19-2016 22:27
    i am trying to write a visual logic code that looks at a datalinq file. the file represents which team has possession and displays a H or a V. how do i have visual logic use an H or V to make a quad visible. I know how to do this using number but not using letters. any help? i am new to visual logic.


  • 2.  RE: visual logic with letters

    Posted 10-20-2016 00:08
    Hi,

    You'll need to use a string value block, a string compare block, and the quad's visible block. Basically pipe the input with the H or V value into one input of the string compare block, put "H" in the the string value block, then pipe the equal output of the string compare block into the H quad's visible block. You can do the same with "V" by replacing the appropriate blocks/values.

    I hope this makes sense.
    #XPression


  • 3.  RE: visual logic with letters

    Posted 10-21-2016 16:39
    Perfect thank you so much for this help
    #XPression