thank you!!!! i knew about those i just didnt know it was called that and evidently didnt do it correctly


1 2 3 4 | public Splash( /* Any Variables you Want */ ) { updateImage(); } |
1 | setImage( new GreenfootImage( "" + getSplashes()[Greenfoot.getRandomNumber(getSplashes().length], 20 , Color.GREEN, null )); |