swf_oncondition
(PHP 4)
swf_oncondition — Décrit la transition utilisée pour déclencher une liste d'actions
Description
void swf_oncondition
( int $transition
)
Liste de paramètres
-
transition
-
Il y a plusieurs types de transitions possibles, les suivantes sont
destinées aux boutons de type TYPE_MENUBUTTON :
-
IdletoOverUp
-
OverUptoIdle
-
OverUptoOverDown
-
OverDowntoOverUp
-
IdletoOverDown
-
OutDowntoIdle
-
MenuEnter (IdletoOverUp|IdletoOverDown)
-
MenuExit (OverUptoIdle|OverDowntoIdle)
Pour les types TYPE_PUSHBUTTON voici les options :
-
IdletoOverUp
-
OverUptoIdle
-
OverUptoOverDown
-
OverDowntoOverUp
-
OverDowntoOutDown
-
OutDowntoOverDown
-
OutDowntoIdle
-
ButtonEnter (IdletoOverUp|OutDowntoOverDown)
-
ButtonExit (OverUptoIdle|OverDowntoOutDown)
Valeurs de retour
Aucune valeur n'est retournée.