Calling parent variable

Hi:

In my main timeline I have a variable “tipos = 5” for example.

I want to call a movieclip named movie2 using the “addChild”. The movie loads without a problem.

My problem is that in my “movie2” I have to access my variable "tipos ", but I can’t access it…

The code “trace(tipos)” on my “movie2” returns an error.

In AS2 this was easy, I’m new to AS3…

Thanks!