| ||||||||||
SWFDisplayItem->scale(unknown) SWFDisplayItem->scale - Scales the object in relative coordinates. >Описаниеvoid swfdisplayitem->scale ( int dx, int dy)
swfdisplayitem->scale() scales the current object by (dx,dy) from its current size. Объектом может быть swfshape(), a swfbutton(), a swftext() or a swfsprite() object. Он обязан быть добавлен с использованием swfmovie->add(). См. также swfdisplayitem->scaleto(). | ||||||||||
|