AS 1 to AS 2

How can a convert this to AS 2?

dX = /track:_x-275

when I compile it in AS 2 I get this error

Operator ‘=’ must be followed by an operand
dX = /track._x-275;
.

BTW track is a name of Movie Clip if that means anything.