I need a bit of help

I am kind of new to this.

I am using Wick Editor 1.19.3

Is there a “tell target” command in Wick like in flash?

Like if I wanted to get two clips to interact on different timelines.

Here’s an example:
If i wanted to change the box’s clip timeline to frame 2 by clicking the green button
what would I do?

Example.wick (2.3 KB)

You can name the box “box” and add this code in the button’s mouse click script:

box.gotoAndStop(2);

(here’s your same file but with these edits)
Example3-19-2021_14-11-04.wick (2.3 KB)

Let me know if this isn’t what you meant.
Also, welcome to the forums :)

1 Like

That helped a lot, Thx

1 Like