change attribute self.position.Y to self.position.Y -100, slowly
hi
when i do this , my actor go down very quickly!
is possible do this slowly ?
thanks good day guys
hi
when i do this , my actor go down very quickly!
is possible do this slowly ?
thanks good day guys
Comments
Hi @giovanni-caglio
Here's two ways to do what you want (there's a couple more ways too)...
First, use a Move To behaviour and put -100 into the Y coordinate field, then adjust the speed as you want.
Another way is to use the Interpolate behaviour. Here you can specify the actual time taken to reach its destination, in this case, -100.