7.98.42 swf_oncondition()
Décrit une transition utilisée pour
déclencher une liste d'actions.
[ Exemples avec swf_oncondition ] PHP 4 <= 4.3.2
void
swf_oncondition (
int
transition
)
swf_oncondition
décrit une transition
qui va déclencher une liste d'actions. Il y a plusieurs types
de transition 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)
|