SWF Функции
PHP Manual

swf_shapemoveto

(PHP 4)

swf_shapemovetoMove the current position

Описание

void swf_shapemoveto ( float $x , float $y )

Moves the current position to the given point.

Список параметров

x

x-coordinate of the target.

y

y-coordinate of the target.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.


SWF Функции
PHP Manual