There is an object in me project that has 2 animations. And it creates every x seconds with animation 1(default). But I need this object was created with random (1 or 2) animation. Is it possible to set random animation on creation of an object?
Yes it is possible to set a random animation on object creation.
*Every X Seconds
--->Create "Sprite1" at (X,Y)
--->Set Sprite.AnimationName to choose("Animation1", "Animation2")
--------------------------------------------------------------------------------------------------------
I used the expression "choose", it will choose the animation written inside the parenthesis.