It's maybe the first thing then.. in my enemy class I call checkType in the act method and checkType() calls colisionCheck()
![Twitter](/assets/twitter-4e19209ef84344ee0c433f4c7bad8d49.png)
![Twitter.hover](/assets/twitter.hover-1fb19a5bafc50deace8f88eaec867845.png)
for(int j=0; j<3; j++) for (int k=0;k<frames.length;k++) allFrames[j][k]=new GreenfootImage("enemy"+j+"touch"+(k+1)+".png");