Add an empty movieClip to stage; instance name "MC";

onClipEvent(load){loadVariables("move.txt",this);}

onClipEvent(data){_root.Move=Move.split(",");}

Now you can access _root.Move[2] etc;

5 min ?

please check move.txt. Try add & at the begining and end;
&Move=c1%2B1, p2%3D4,c1%3D3, p4%3D3,cT%2B1,p8%3D2,c5%2B1&

You can make a button to trace. on(release){trace(Move[2]);}

The _root.MC.Move will be a string;
The _root.Move will be an array;