Hi
I use the this for random frame in sprite
set animation frame to round(random(20))
How can I avoid getting the same frame twice
eg I have 5 sprites on layout and want them to
show a frame between 0-19
but not the same frame more than once
Update
Found this tutorial but cant figure out to use it with
a sprite .. it use a text object
Random without duplicate
Cheers
Flemming