MC Tween: it saves the world.™

Home | Using MC Tween | Documentation | AS2 usage notes | Animation Types | Downloads | Examples | Extensions | Author & Disclaimer | Links

.xSlideTo()

Applies To

MovieClip, TextField

Availability

Flash 6 and above, using AS1 or AS2.

Usage

<MovieClip|TextField>.xSlideTo(x [, seconds, animation type, delay, callback, extra1, extra2]);

Parameters

x : Desired _x position for this object.

All other parameters are standard tween() related. Refer to the .tween() command for reference.

Returns

Nothing.

Description

Shortcut method; does a transition on the _x property of a MovieClip or TextField, sliding it on screen horizontally.

Examples

// Moves a MovieClip to _x=10.
<MovieClip>.xSlideTo(10, 0.5);

See Also

roundedXSlideTo(), slideTo(), ySlideTo()

MC Tween· Zeh Fernando, 2003-2006 · Proudly hosted at DreamHost · Disclaimer