im trying to get a destruction animation after i shoot a bug
here is my code
if(isTouching(bullet.class))
{
String [] images ={"explosion1.png","explosion2.png","explosion3.png","explosion4.png","explosion5.png"};
}