Skip to main content
Participating Frequently
July 28, 2019
Answered

Stop nested motion tween

  • July 28, 2019
  • 1 reply
  • 354 views

I have an (inner) motion tween for a movie clip symbol named inner inside a movie clip symbol named outer on the main scene. What JS code do I need to place in the actions on the main scene in order to stop the inner motion tween?

This topic has been closed for replies.
Correct answer kdmemory

Hi Nick

I would say

this.outer.inner.stop();

when you trigger this from the main timeline, i.e. with a button.

Klaus

1 reply

kdmemory
kdmemoryCorrect answer
Inspiring
July 28, 2019

Hi Nick

I would say

this.outer.inner.stop();

when you trigger this from the main timeline, i.e. with a button.

Klaus