Hi all,
I've been banging my head against the wall again trying to figure something out.
I'm generating 8 random numbers in an array (From 0 to 7)
Then setting the frames of 8 instances of the same sprite to the generated numbers.
What I want to do is be able to click the frames in sequence (From 0 to 7). If that makes sense.
I can get the numbers generated, and using a Touch event work out which is the lowest frame number being displayed. But I can't get any further.
This capx will illustrate the issue - its hard to explain in words!
Any help or pointers on which way to go would be massively appreciated!
dropbox.com/s/b5h6kpklxs8macc/Min_value_in_array.capx
Thankyou!