Vertical: T2B
ASTER::ACTION::ALIGN::Top to Bottom, Vertical
Aligning from Top to Bottom Using the Instance Image Height
During the execution of the CF25 application, the coordinates of the selected object instance are aligned and modified.
Only sprite (Active) object types can be selected.
Parameter.1
Select the object instance. Only the "Active (sprite) Object" Type can select.
If "The Active Object" is not specified, an error will be displayed when executing the action from the event, and the process will be aborted.
Parameter.2
4
parameters are serialized and sent as a single string.
" 100 , 150 , +10 , true "
Name | Type | details |
---|---|---|
X Position | int | X coordinate to start placing |
Y Position | int | Y coordinate to start placing |
Offset Value | int | Offset value for position adjustment: negative values possible |
Animation Frame Change Flag | boolean | true = Force change of animation frame |
Notes
The Alignment function does Not use floating point numbers as parameters. Here is a sample as an Error。
Parameters cannot be written without regard to data type.
Although some template parameters are compatible, the number of parameters is basically different, so please avoid diverting parameters to other templates without verifying the operation.