Thanks for the thorough reply. I'm no expert, but it's a joy when someone actually does things instead of being like "Pls make gam for me".
One more thing you could do to make it more lively would be to set the initial deck rotation to something like random(88,92) - and just set them to 90 or lerp to 90 over the shuffle - would probably look neat. Or maybe even not make them straight - would feel a little more natural (but maybe not - just an idea).
I get the feeling that placement could be optimized a bit, but not understanding the language it's hard to tell. But it works so it's good enough.
Also you do the cards one by one, and very quick so that every 0.2 seconds thing works. You could probably make it go a little slower and smoother by making that esEsta = gAghoraReparte into esEsta < or > than that - in that case your cards could fly out in a sequence, kinda mildly overlapping.
Actually the effect is so nice I made an example (since it could be useful later), check it out:
[attachment=0:3lv9qaxn]Card Fun.capx[/attachment:3lv9qaxn]
You could also use something like http://www.bfxr.net/ to make your own quick and simple sounds.
Well, either way it looks pretty good - will check it out when finished.