SWF_ONCONDITION(3) 1 SWF_ONCONDITION(3)
swf_oncondition - Describe a transition used to trigger an action list
SYNOPSIS
void swf_oncondition (int $transition)
DESCRIPTION
The swf_oncondition(3) function describes a transition that will trigger an action list.
PARAMETERS
o $transition
- There are several types of possible transitions, the following are for buttons defined as TYPE_MENUBUTTON:
o IdletoOverUp
o OverUptoIdle
o OverUptoOverDown
o OverDowntoOverUp
o IdletoOverDown
o OutDowntoIdle
o MenuEnter (IdletoOverUp|IdletoOverDown)
o MenuExit (OverUptoIdle|OverDowntoIdle)
For TYPE_PUSHBUTTON there are the following options:
o IdletoOverUp
o OverUptoIdle
o OverUptoOverDown
o OverDowntoOverUp
o OverDowntoOutDown
o OutDowntoOverDown
o OutDowntoIdle
o ButtonEnter (IdletoOverUp|OutDowntoOverDown)
o ButtonExit (OverUptoIdle|OverDowntoOutDown)
RETURN VALUES
No value is returned.
PHP Documentation Group SWF_ONCONDITION(3)