Si ok certo che ci ho pensato ma forse sbaglio qualcosa
_root.trag.onEnterFrame= function()
{
if(!toccato)
{
for(i=1; i<7; i++)
{
if((_root["clip"+i]) == (this._x))
{
trace(this._x);
trace(_root.clip1._x);
trace(_root.clip1._x- this._x);
toccato= true;
}
}
}
}