The documentation for AACS and the CodeEditor.
Moves a character to a different position.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Position | String | The name of the position that should be moved. | ✓ | - |
Position X | Number | The destination position of the character on the X axis of the background image. The value describes the leftmost pixel which should be visible. | ✓ | - |
Position Y | Number | The destination position of the character on the Y axis of the background image. The value describes the topmost pixel which should be visible. | ✗ | 0 |
Duration | Number | The time in miliseconds the moving should take. 0 being instantly. | ✗ | 0 |
Wait | Boolean | Whether or not the engine should wait until the moving has been completed before continuing. | ✗ | false |
1: ...
2: MoveCharacter:[1280];
3: ...
1: ...
2: MoveChar:[1200|400|2000|true];
3: ...
-