try rule:if boolean attribute is false>interpolate platform self.position.x to desired x coordinate + change attribute>boolean to true
then another rule:if boolean is true, interpolate platform self.position.x to start position x coordinate + change attribute to false.
you may have to put a timer on each change attribute with the same time as the interpolate behavior
tenrdrmerMember, Sous Chef, Senior Sous-ChefPosts: 9,934
Or you could just use a rule when x equals 100 interpolate self.position.x to 50 and then do the opposite of that rule. just depends if you have a specific point are moving or what
i don't know about that, because ive heard interpolate isn't exact all the time. so im not sure but its a possibility that the self x position never gets to 50
Comments
then another rule:if boolean is true, interpolate platform self.position.x to start position x coordinate + change attribute to false.
you may have to put a timer on each change attribute with the same time as the interpolate behavior
and then do the opposite of that rule. just depends if you have a specific point are moving or what
Download that. Its a moving platform. maybe it will make a little better sense