I am currently trying to get a count to distribute numbers to multiple nodes using expressions. I can’t figure out how to do it for numbers more than odd/even. For instance, if I wanted to do counting to four, etc…
So i tried to make a stripped down version of what I’m going for. Basically I am sequencing videos from a folder, and each time the counter goes up I want it to sequence another video (moviefilein1,moviefilein2,moviefilein3, or moviefilein4). Right now, when I sequence, they are all grabbing new videos from the folder. Basically I need a timer to say pull new video 1 — next pull new video 2 – next pull new video 3 – next pull new video 4… Etc.
Sorry I’m still not sure I understand. Are you wanting it to play moviefilein1, then play moviefilein2, then play moviefilein3 etc? Or are you wanting them to load different videos when the counter changes? Or, if that’s not the goal, maybe describe exactly what you want to see happening.
If I can understand what you’re after and you attach this toe file, it might be easier for me to show you how to do what you want instead of tell you.
Oh I see what you’re trying to do. It is a bit tricky and I don’t have time to figure out the exact expression, but I’m confident you can get there with the path that you’re already on.
I made a first pass at doing this with increments of 3… not quite right but you’ll see a few techiques in the expressions that will help you: me.digits is the numeric suffix of the operator name % is the modulo operator (division remainder)