This site requires JavaScript, please enable it in your browser!
Greenfoot back
nathen
nathen wrote ...

2016/11/15

ran into another problem need help

nathen nathen

2016/11/15

#
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"};
           
        }
You need to login to post a reply.