====== Move Model ====== {{:move_model_02.png?direct|}} This action is to move your model around! There are six parameters for this action * Time(s) * Time to travel in seconds from origin to the parameters you input. min = 0, max = 2, Example - Time(s): 0.5 * Relative * If movement is done from models defaults or from where the model currently is. True is from models current position and False 0,0 (models defaults). * X * This is the movement of the left and right plane. A negative number will go left and a positive number will go right. -1 and 1 are the edges of the screen but you can input a max of -1000, 1000. Example - X: 0.5 * Y * This is the movement of the up and down plane. A negative number will go down and a positive number will go up. -1 and 1 are the edges of the screen but you can input a max of -1000, 1000. Example - Y: -0.2 * Rotation * For Rotating your model negative number will turn counter clockwise and positive will go clockwise. min = -360, max = 360, Example - Rotation: -90 * Size * The size of your model displayed. A negative number will make smaller and a positive number will make larger. min = -100, max = 100, Example - Size: -75 {{:move_model_01.png?direct|}}