8.120.42 swf_oncondition()
Décrit la transition utilisée pour déclencher une liste d'actions
[ Exemples avec swf_oncondition ] PHP 4
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 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)
|