var thinkSpeed=4000;
enemy = game.time.create(false);
enemy.loop(thinkSpeed, coTurn, this);
enemy.start();