Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.73 ">

SWFDisplayItem->moveTo

(unknown)

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().