setMaskLevel()"HREF="function.swfdisplayitem.setmasklevel.html"> Podręcznik PHP Poprzedni Następny (no version..."/>
Forum und email
SWFDisplayItem->setDepth()

SWFDisplayItem->setDepth()

(no version information, might be only in CVS)

SWFDisplayItem->setDepth() -- Sets z-order

Opis

class SWFDisplayItem {

void setDepth ( float depth )

}

Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

swfdisplayitem->setdepth() sets the object's z-order to depth. Depth defaults to the order in which instances are created (by adding a shape/text to a movie)- newer ones are on top of older ones. If two objects are given the same depth, only the later-defined one can be moved.

The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie->add().

Zwracane wartości

Żadna wartość nie jest zwracana.