Building a card game

hi.
I’ve been trying to move array elements from one array to another using the push method. The problem is that the element pushed should any longer be on the first array where it was taken from. That’s where i’m stuck…

Unfortunately, i cannot upload the fla cause it exceeds the limit so here’s the code. The array elements correspond to MCs in the library. Mayber it’s the wrong way to do this…hmm, you can grab the fla here

or better yet you could say like this

myarray1
myarray2

myarray2.push(myarray1.slice(3))

Already answered this here:
http://www.kirupa.com/forum/showthread.php?t=212515

:p:

Your footer is too big.