rex_speedmoinitor
Introduction
Get current speed of instance.
Get current speed of instance.
Usage
Sample capx
Sample capx
Get current moving speed and moving angle by "Expression:Speed", and "Expression:Angle". Get the last non-zero moving speed and moving angle by "Expression:LastSpeed", and "Expression:LastAngle".
Moving event
"Condition:On moving start" will be triggered when instance moving start. i.e. the position of this instance had been changed.
"Condition:On moving stop" will be triggered when instance stopped. i.e. the position of this instance had not been changed between this tick and previous one tick.
"Condition:On moving start" will be triggered when instance moving start. i.e. the position of this instance had been changed.
"Condition:On moving stop" will be triggered when instance stopped. i.e. the position of this instance had not been changed between this tick and previous one tick.
Co-work with drag&drop
This behavior could be used to measure the dragging speed and dragging angle,
This behavior could be used to measure the dragging speed and dragging angle,