Ant-game help needed

~ SOLVED ~
~but not fixed since i’m bored~

(but play the game if you want…)
here’s the game

why don’t u just do …

onClipEvent(enterFrame) {
if (this.hitTest(_root.Ant)) {
this.gotoAndStop(“DEATH”);
}
}

It will just give me an error “Clip events are permitted only for movie clip instances”
(everything is attached through actionscript to blank 1. frame)