Hi! I have a sprite that moves randomly across my layout via the MoveTo behavior.
MoveTo:Move to random(0, LayoutWidth), random(0, LayoutHeight)
I would like to animate the sprite so that it turns left and right via animation as it moves in the direction it's moving on the screen. Since it's random motion covering the entire layout I'm not sure how to do this. Help much appreciated!