Forum und email

swf_oncondition

(PHP 4)

swf_oncondition — アクションリストのトリガとして使用されるトランジションを定義する

説明

void swf_oncondition ( int $transition )

関数 swf_onCondition() は、 アクションリストのトリガとなるトランジションを定義します。

パラメータ

transition

使用可能なトランジションの型は複数あり、 TYPE_MENUBUTTON として定義されたボタンについては次のものがあります。

  • IdletoOverUp
  • OverUptoIdle
  • OverUptoOverDown
  • OverDowntoOverUp
  • IdletoOverDown
  • OutDowntoIdle
  • MenuEnter (IdletoOverUp|IdletoOverDown)
  • MenuExit (OverUptoIdle|OverDowntoIdle)
TYPE_PUSHBUTTON 用としては、次のオプションがあります。
  • IdletoOverUp
  • OverUptoIdle
  • OverUptoOverDown
  • OverDowntoOverUp
  • OverDowntoOutDown
  • OutDowntoOverDown
  • OutDowntoIdle
  • ButtonEnter (IdletoOverUp|OutDowntoOverDown)
  • ButtonExit (OverUptoIdle|OverDowntoOutDown)

返り値

値を返しません。