i have a problem with the enemies part
if(enemyTimer > 60)
{
enemyTimer = 0;
var enemies = _root.attachMovie("enemyShip", "enemyShip" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
enemies.push(enemy)
}
and then it says that there is no property with the name 'enemy'
what the hell is wrong?