*HELP* is it possible to make a destroy animation using GO.ANIMATE and not bookflip?

Hello there, is there a way that i could make a DESTROY ANIMATION using only code and not book flip?.. (ie my character is a box and when he collide into a wall, my character will turn into pieces resulting to be destroyed)… i want to do this on my project just to reduce the usage of images in my game so that my game will not that totally big in storage…i used the GO.ANIMATE code in my hero (resulting that my hero can jump and perform vertical stunt in the air when i press the space key)…so i think it will also possible to do a destroyed animation using go.animate?..hehehe

Sure. You can have all the pieces as part of the hero game object, disabled initially. Then you can enable and animate them with code on death. You can animate position, rotation and scale individually.

@sicher thank you sir for your answer…i actually know first if it is possible so any effort that i will put will not go to waste…now that you said that its actually possible, ill do my best to do it and whenever i succeed, ill post my code as guide to those who want also to animate their character like as mine… :’)