Basically I want sprites to spawn moving in a random direction without actually rotating the image of the sprite itself
Similiar to the Kanyes in this http://www.kanyezone.com/
I have given my sprites the bullet behaviour
Did you check the bullet behaviour settings whether you have set the "Set angle" to "no"?
Yes but I'm looking for a more efficient way of setting their direction. Basically at the moment when they spawn they move right and upwards only
i use the plataform. hope this will help you
jump strength = 0
gravity = 0
for the sprite player to be fixe
use the bullet behaviour
set the set angle property to no/false
On sprite created event, set sprite angle of movement to random (360)
Develop games in your browser. Powerful, performant & highly capable.
caiorosisca kossak Thanks guys, managed to get it with yer help!