SWFDisplayItem->moveTo

(no version information, might be only in CVS)

SWFDisplayItem->moveTo -- Déplace un objet en coordonnées globales.

Description

void swfdisplayitem->moveto ( int x, int y)

swfdisplayitem->moveto() déplace la forme courante jusqu'au point de coordonnées globales (x,y).

L'objet peut être swfshape(), swfbutton(), swftext() ou swfsprite(). Il doit avoir été ajouté à une animation avec la fonction swfmovie->add().

Voir aussi swfdisplayitem->move().