It's maybe the first thing then.. in my enemy class I call checkType in the act method and checkType() calls colisionCheck()
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");