Hi guys,
Could you please help me to construct an array of the following animations : leftup, rightup,leftdown,rightdown, center,centerup.
I tried several tutorials but without success (I'm just a newbie), the thing is that I need to play a random animation when the mouse left button is clicked, in my basic knowledge of arrays (other languajes) i could think about something like this Sprite.Set animation to array(random[leftup, rightup,leftdown,rightdown, center,centerup]) but obviously this won't work.
I'll really appreciate your help pals.