• ActionScript2 がコンパイルされたバイトコードを収容するタグ
  • DoAction と InitAction がある。

DoAction

+------------------------------+
| tag & length |  action_list  |
|  2           |               |
+------------------------------+
< 2 or 6 bytes ><--- length --->

InitAction

+------------------------------------------+
| tag & length | sprite_id |  action_list  |
|  2           |           |               |
+------------------------------------------+
< 2 or 6 bytes ><-2 bytes->
                <-------  length -------->

共通

action_list

  • 0 terminate のリスト
    +----------------------------+
    | action | action | .... | 0 |
    +----------------------------+

action

  • code < 0x80
    +------------+
    | actioncode | 
    +------------+
    <-- 1 byte -->
  • code >= 0x80
    +-----------------------------------+
    | actioncode | length | action_data | 
    +-----------------------------------+
    <-- 1 byte --><2bytes><-- length  -->

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes