My onLoad doesn't seem to be working

hey,

i’m doing some stuff with a movie clip and i want to manipulate it when it loads…

i was putting some code on the root frame using the onLoad = function(){ syntax and it doesn’t appear to be working…

then i made a new file with just the following code:

noodle.onLoad=function(){
trace(“hmmm”);
}

and even that doesn’t work!!! (yes, i have a clip with name ‘noodle’).

any ideas… this is just baffling. I’ve attached my example so you can see…

  • stu