def gotoPage() doesn’t work but def GotoPage() does…
This is painful to learn from scratch and as embarrassing as it is to not know know simple stuff like this, I will leave it here in case someone else needs it. /sigh
yup, capitalizing functions will “promote” them to be directly accessible while lower type function names will only be accessible via the ext member. A more in depth explanation can be found here:
Hey Markus - a little off topic but What would you suggest is the best route to learning a little Python for use in touch designer like this? I have done some coding in the distant past but have done very little in Python but can see how learning a little more might help a lot. Best book(s)? Tutorial(s)? Course(s)? Other?
Any expert advice greatly appreciated… for us non-programmer types…