Description
The Move to Object behavior will move the selected object (Object A) to another specified object in your scene (Object B). Note that you can offset the position by moving the Object B anchor/target when selecting the object
This behavior will trigger an event when it has completed moving.
Properties
Triggers on Completion
Object A |
This is the object that you want to move. By default the current object is selected, but you can tap the graphic and choose any other object in your scene. |
Object B |
This is the object you want Object A to move to. You can offset how close to move Object A by moving the blue target/anchor position when selecting Object B. |
Transition |
The motion tween effect used if the duration is greater than 0. |
Duration |
How long it will take to move your object to the new position (in seconds). |
Outputs
Object A ID |
This outputs the Object ID of Object A. |
Object B ID |
This outputs the Object ID of Object B. |
Examples
If you want to move an object beside, or on top of another in your scene.
Related
0 Comments