Forum Discussion
360tv
8 years agoStreaming Star
Thanks for the response. I read over your code a few times and I get what it's saying.I mostly understand passing data back and forth between and render node and a task node and how to use that to change existing properties of, say a label or poster. But I have a scene with a video node and a label node, but I want to add additional labels to a scene, not change existing ones. For example, one minute I'll need a image in the corner of the screen, and the next minute, I'll need One image in one corner, another in another corner, a label in one spot and three more labels somewhere else. If I'm reading your code right, that would allow me to change an existing label, but doesn't show me how to create multiple new labels (and remove them when I'm done with them).Unless I'm missing something.