Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

swf_oncondition

(PHP 4 )

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

説明

void swf_oncondition ( int transition)

関数swf_onCondition()は、アクションリストのトリガとなる トランジションを定義します。使用可能なトランジションの型は複数あり、 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)