Variable access from inside a movieclip

In as2 it was possible to access variables created on the _root level from inside a movieclip.
Like: _root.myVar =newVar.

How do I accomplish the same in as3.

Thanks!