hi,

here is the problem, i have a movieClip ,name "inter", when i release
the mouse button
i want the movieClip to go to the left ,by 5 unit, until it center point

("255.9") reach "-240.9".

this is my script (on the button):

on (release) {
b = getProperty ("inter",_x);
do {
setProperty ("inter", _x, b - 5);
} while (b > -240.9);
}

It does'nt work, why..????
Is there another way to do this, or is there a swing command like in
lingo ????

thanks, mathieu