destroyCards.capx
The main issue was to set the Array size to (0,1,1) not (0,0,0).
Because, if it's (0,0,0), your Array has no dimension and the push function doesn't "know" if you need to push a single element, a row or a 2D plane.
It's how I understand it.Yann2012-07-05 03:37:46