> ...how did you layout the cards in such an orderly manner without using arrays? Was it through the use of the "cardholder" sprite?
>
i dont randomize card frames..but position ,with cardHolders(pick random cardHolder..card set position...)
because loopindex%modulo frames always appears in 0,1,2,3,4; 0,1,2,3,4; 0,1,2,34; order..
you can also use several animations for "face"-face1;face2;face3..etc
match5x5.capx
ohh! i see. that is pretty cool! Didnt know the animation could be utilised in this manner
i think i have an idea how to do it already, thanks alot korbacch!
just one more question though, if i like to add in a textbox displaying the "number of turns" & "number of matches", will that be possible?