Contacting timeline within clip help

I am making a point and click style game, and I want to have it so when the timeline of the “Boss Health” (which is a clip) reaches frame 6, it will call the main timeline to “gotoandstop” to frame 6. I am not sure how to do this. Can someone help me?

Hi there!

You can use root to control the main timeline. So the script you need is root.gotoAndStop(6)

Also, feel free to post your project here if you want - we’re always interested to see what people are doing with Wick.

Have fun!

Thank you.
I can post the project as long as you’re okay with having a tamer version of “Pico’s School” in here

Thanks! Was having a similar issue.

This solved it :)