Frame Picker

In Adobe Animate, there is a frame picker, which allows you to go into symbols and visually choose a frame. Why can’t we do that in Wick? I always have to find the frame number of the frame in my clip, then set the clip frame to that(which is really annoying when I’m lip-syncing). Can you add frame pickers? Thanks!

1 Like

That would be a nice feature, I agree. In the meantime, maybe there’s a way to make what you’re doing a little easier. So you have lip-syncing…maybe you could use different names for your frames, and then get the name of the frame through code. Something like this?
vowel-mouth-frames.wick (7.1 KB)
In this project, each of the frames for the mouth has a name that indicates which vowel(s) that frame is for. So then instead of having to remember a number, you can just put:

mouth.gotoAndStop(“O”);

I’m not sure if the project you’re making is an animation or something interactive, but I think this method could work for both.

That’s also useful. Though I would have to go into the code every time.