Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
How do I trigger my paint stroke animation to start?
I’ve made a painting animation with 8 frames. I can watch it play normally, however I want it to be triggered by a timer (or anything at this point).
I connected the ‘timer finished (signal)’ of a timer to the power of the painting object, however that only gets it to show one frame of the animation. For every 3 completions of the timer it moves ahead by one frame in the animation (and shows it for a split second). My guess is that the ‘timer finished (signal)’ is such a short pulse so the painting isn’t powered on enough to show the animation.
I’ve tried outputting different signals from the timer, into different inputs on the frame-by-frame painting, but I’ve had no luck. Does anyone know what I’m doing wrong?