a little question about interpolate.
guilleface
Member Posts: 1,014
i have a actor that the x position is 1030, so i have a rule, when x position=1030 to interpolate position x to 2050, ,but for some reason when the game starts the x-position is like 800 and then interpolates to 2050 but i need my actor to start moving from 1030.
Comments
Use a Change Attribute behavior to move the actor to where you want it to be. Then drag the interpolate behavior under it; as GameSalad reads behaviors from top to bottom, it should load your Change Attribute behavior before the Interpolate behavior.
Sometimes I find that doesen't always work. If that's the case, then still use the Change Attribute behavior to change its position, then do a Timer- After 0.000001 seconds Interpolate.
Hope this helps
Chakku
I would never suggest to anyone they work around a bug that should be able to be fixed.