Hi guys, I'm trying to create a card shuffling animation, but I have no experience with effects and so on.
Can anyone help me improve this algorithm? and make the animation more natural and beautiful?
https://www.dropbox.com/scl/fi/kw6qac3hm0su91qr49mo8/anim-cards.c3p?rlkey=j8k08q797l9sm9ehfltkmtbwm&st=m9h26ln2&dl=0
I really suggest combining all cards into a single sprite - as separate animations or animation frames. It will be a lot easier to deal with them.
Here is a example of cards shuffling:
dropbox.com/scl/fi/67chooq4lm9kqwpq7bzvk/CardShuffleNew.c3p
In construct 3 would it be very complicated to replicate this shuffling animation similar to the one below?
https://deck.of.cards/
in a simpler way, without using families
Maybe something like this: fileport.io/Jm3aeSH9csMe
Develop games in your browser. Powerful, performant & highly capable.
awesome, thanks :)