Hi, i need to know how to set a random angle to a sprite, so then when the layout starts, every copy of that sprite will be with a diferent rotation angle. Can it be done? and how? THANKS!rangelrmorais2014-02-19 01:43:05
Develop games in your browser. Powerful, performant & highly capable.
Condition:
-On start of layout.
--For each sprite
Action:
-Sprite > set angle random(360)
In this case there is no need for "For each"
on start of layout-- sprite: set angle(random 360)
Oh! Thanks! it helps me ALOT!