Controlling target movie

Hi guys,

How do I make the button work, making the ball run in the target movie?

just add this line on your play button


on(release){
target.ball.play()
}

and it should work :slight_smile: