Hi,
I'm not exactly sure if this is what you wanted, but here goes:
http://dl.dropbox.com/u/33370253/FrameInstanceDestroy_.capx
aruche Yes! it worked now, actually i have a question, how to setup codebase to apply Array.Height, to make sure ALL circles
Like this
Height 1- (1)(2)(4)(5)
Height 2- (3)(6)(7)(8)
If all circles their frames aren't equal, it can destroy an instance
Your .capx can destroy the instances if the frames aren't equal on height number 2
Height 1- (3)(3)(2)(1)
Height 2- (1)(2)(3)(4)
If all circles on height 1 their frames are equal, it cannot destroy the instances, but on height 2 their frames aren't equal, it can destroy the instances.
Is supposed to do not destroy an instance in height number 2 because the circles on number 1, the frames are equal.
Thanks!