Simple demonstration video of how to use
https://youtu.be/WmsNEtCIm8s
or
https://v.youku.com/v_show/id_XNTg0NjI2NDk2OA==.html
Rule type 6: Follow
Re: Rule type 6: Follow
List of available parameters
?//
Meaning: Annotation, all rule nodes have this parameter.
Valid format: STRING
Default value: NULL
?name:
Meaning: Node name, all rule nodes have this parameter.
Valid format: STRING
Default value: NULL
?event:
Meaning: Trigger event type for mouse or touch screen or external sensor.
Valid format: One of the available values.
Available values:
------------------
down: The user presses the button.
up: The user releases the button.
both: 「down」and「up」.
------------------
Default value: both
?count:
Meaning: The number of button events specified, when this number is reached, exit the current node. A value of zero means that the current node will not exit until it is forced to jump out by another node.
Valid format: One of the available values.
Available values:
------------------
NUMBER: An integer between zero and one hundred.
------------------
Default value: 0
?storename:
Meaning: This name is used as the variable name of the custom button array, which is used to store all specified button objects.
Valid format: STRING
Default value: NULL
?nobreak:
Meaning: Prohibit jumping to the specified node type during the current node duration.
Valid format: One of the available values.
Available values:
------------------
button: The specified node type is「Button」.
limit: The specified node type is「Limit」.
both: 「Button」and「Limit」.
------------------
Default value: NULL
?//
Meaning: Annotation, all rule nodes have this parameter.
Valid format: STRING
Default value: NULL
?name:
Meaning: Node name, all rule nodes have this parameter.
Valid format: STRING
Default value: NULL
?event:
Meaning: Trigger event type for mouse or touch screen or external sensor.
Valid format: One of the available values.
Available values:
------------------
down: The user presses the button.
up: The user releases the button.
both: 「down」and「up」.
------------------
Default value: both
?count:
Meaning: The number of button events specified, when this number is reached, exit the current node. A value of zero means that the current node will not exit until it is forced to jump out by another node.
Valid format: One of the available values.
Available values:
------------------
NUMBER: An integer between zero and one hundred.
------------------
Default value: 0
?storename:
Meaning: This name is used as the variable name of the custom button array, which is used to store all specified button objects.
Valid format: STRING
Default value: NULL
?nobreak:
Meaning: Prohibit jumping to the specified node type during the current node duration.
Valid format: One of the available values.
Available values:
------------------
button: The specified node type is「Button」.
limit: The specified node type is「Limit」.
both: 「Button」and「Limit」.
------------------
Default value: NULL
Re: Rule type 6: Follow
Continuous updates