Return to previous page Return to menu Go to next page

Table 5.6 Object contents (3)
 Item 
 Content 
 In case of time 
 
 Time type 
 0: Normal 
 
 Time playback time 
 Time playback time 
hour: minute: second: frame
 
 number of events 
 number of event values ​​
 
 Total Actions 
 Total Action Values ​​for this Action 
 
 Event value 
 Value representing event type 
 * 4 
 
 Number of actions 
 Number of actions 
 
 Action value 
 Action value to process 
 * 3 
 
 -------------------- * Repeat 3 
 
 -------------------- * Repeat 4 

Event value

event value is expressed in 2 bytes. The data format is as shown in Figure 2.1. When the bit is 1, the event is processed.


Figure 5.6 Event value data format

Action value

The
action value is expressed in 4 bytes. The first 2 bytes indicate the action type, and the remaining 2 bytes indicate supplementary data.

Table 5.7 Action values ​​
 Action type 
 Supplemental data  
 value 
 content 
 content 
 0 
 Do nothing 
 
 1 
Branches to the
tag number specified by the
 attribute. 
 Indicates the tag number. 
(1 to 65535)
However, if 0, nothing is done.
 2 
 After object playback, branch to the specified 
tag number.
 10 
 Displays the specified object. 
 Indicates the object number. 
(1-65535)
 11 
 Erase the specified object. 
 Indicates the object number. 
(1-65535)


Return to previous page Return to menu Go to next page