Question
Card Flip Back Delay, Concentration Game
Hello all. I'm fairly new to Actionscripting and am using
CS3. I just wrote a concentration game following a lynda.com
tutorial. I want there to be a delay before two non matching flip
cards flip back over. You probably know this, but a
goToAndPlay("flipBack") is in the code. Here's what I think is the
applicable snippet.
else
{
_firstCard.gotoAndPlay("flipBack");
event.currentTarget.gotoAndPlay("flipBack");
...
}
I will be applying the delay to both card flipping instances.
else
{
_firstCard.gotoAndPlay("flipBack");
event.currentTarget.gotoAndPlay("flipBack");
...
}
I will be applying the delay to both card flipping instances.