My problems are quite simple:

How to obtain a the varable "xspeed" from the main timeline?
this._x = this_x + _root.xspeed;
doesn't work

How to obtain the varable "xspeed" from another mc?
this._x = this_x + _root.othermc.xspeed;
doesn't work

Please help
Kristian