How the spawned actor moves down (falling)?
Jolanda
Member Posts: 82
I have a leaf spawned, but it doesn't move.
What the behavior for this, it tried "move to" or "accelerate", but nothing...
What the behavior for this, it tried "move to" or "accelerate", but nothing...
Comments
What type of movement are you trying to achieve here?
You say you have a leaf that's spawned, are you trying to get it to move upwards? Have it fall from a tree? Do you want it to float back and forth from left to right like a real leaf might?
Make sure that leaf has a "Move" behavior, put in your speed, and make it in the direction of; 0 for right, 90 for up, 180 for left, or 270 for down. Also, make sure that it's relative to SCENE, not to actor.
Good luck!