Link to home
Start Free TrialLog in
Avatar of Plucka
PluckaFlag for Australia

asked on

Card Flip Animation

I'm writing a program that uses a deck of cards and was wondering if anyone had a simple function that would flip a card from front to back (different front and back).

I'm looking for something that flips in a way that looks real, ie how a normal card would flip
ASKER CERTIFIED SOLUTION
Avatar of blue-genie
blue-genie
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nelsoncomputer
nelsoncomputer

Any luck with this?
Avatar of Plucka

ASKER

Thanks,

I ended up doing this programmatically using tweens, but that second post will come in handy also.