help (Please),
I have a script that Duplicates a movie, but I can't get the movie to play. I can "tell target" the movie and force it to a specific frame. I'm only using the "tell target" as a last effort to make this movie play.

I have done this before with no problems, but this time it just won't work. The original movie will play fine side by side with the duplicate, but the duplicate is frozen on whatever frame I tell it to go to. Any suggestions?

here is part of the code:

Duplicate Movie Clip ("/character", "character2", x+xe+2)
Set Property ("/character2", X Position) = "200"
Set Property ("/character2", Y Position) = "100"
Begin Tell Target ("/character2")
Go to and Play (10)
End Tell Target