Help please

Im getting this in my first preloader:
Scene=Scene 1, Layer=preloader, Frame=1: Line 1: Clip events are permitted only for movie clip instances
onClipEvent (enterFrame) {
??
The other preloaders worked just fine…
-aapo?

I would guess that on frame one of your layer named preloader, your code is starting with onClipEvent(enterFrame). Just remove that part and the {} brackets around your code.