Hi!
I have a problem with pasing variable..
Here is my code

On (Release)
Begin Tell Target ("cover")
Go to and Play (2)
End Tell Target
Begin Tell Target ("monitor")
Set Variable: "myframe" = "transition1"
Go to and Play (2)
End Tell Target
End On

On the monitor MC
(the blank MC that has 2 frames)
on the second frame

If (GetProperty ("/mcfirst/cover", _currentframe )>10)
Begin Tell Target ("/mcfirst")
Go to and Play (myframe)
End Tell Target
Go to and Stop (1)
End If

So I want to be able to pass variable when I click the button and to go to the speciphic frame in my "mcfirst"
movie. I know I am almost there and the problem is with seting variable with frame label
Thanks for any help