Can I loop a specific frame

What Wick Editor Version are you using?
1.19

Describe the Problem
Hey is there a function to loop a specific frame. For ex. I am want to loop a frame over and over but not the whole project. Is there a function to do that?

What have you tried so far?
I did browse through some functions but didn’t understand which one

This wont work for video or gif, but at the end of the frame you could make a new frame, and in the default script type gotoAndPlay() and put the frame number of the beginning of the frame in the ()

1 Like

if you stop a frame( stop(); ) it will still be updated (following the fps rule) so a script in on update event will be executed on and on.

More than this if you put a clip in a stopped frame the clip will executes his timeline (his animation)

if not the projects frames, then what frame are you talking about?

For clip frames, go inside the clip with “Edit Timeline” and do the same.

Oh there is a way to do that.

Click on your specific clip you want to loop

Scroll down on the inspector tool till you see a section called “Animation”
Then select it to loop

If this doesn’t work it might be because you added code to it to play once on a specific event.