Posts

Showing posts with the label if

Rollover effect, panel chop, image selector, containers, dat execute, panel execute, strings, ifs, renderpick and instances

Finally got through most of the Elektronaut vids, so working through some of the Matthew Ragan tuts now. Here are two really good ones demoing two different ways of making a UI that allows you to select an image from a 3x3 grid and display it in a larger window/panel.  https://matthewragan.com/2015/03/29/thp-494-598-image-selector-container-method-touchdesigner/  https://matthewragan.com/2015/03/29/thp-494-598-image-selector-instance-method-touchdesigner/   Some key points that I think are good things to note - Containers are panel types of objects that can be finicky to arrange! However, you can utilise the PANEL CHOP within a container to great advantage - attributes such as "inside" or "rollover" can be used to dim the panel's opacity for example, or maybe a texture TOP that is somewhere. Containers are a bit limited in terms of how you can position them (with any great speed). You're more or less limited to rows and columns, unless you get a little creat...