setMaskLevel()"HREF="function.swfdisplayitem.setmasklevel.html"> Manuál PHP Předcházející Další (no versi..."/>
Forum und email
SWFDisplayItem->setDepth()

SWFDisplayItem->setDepth()

(no version information, might be only in CVS)

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

Popis

class SWFDisplayItem {

void setDepth ( float depth )

}

Varování

Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí.

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

Návratové hodnoty

Nevrací se žádná hodnota.