Can't assign onPress event to dynamically created mc (?)

hi all,

here’s my code

createEmptyMovieClip(“myMC”,0);
// load a jpg
myMC.loadMovie(“myImg.jpg”)

// assign onPress event
myMC.onPress = function(){
trace(“hi”);
}

this ain’t happening
:frowning:

anyone know the correct way of doing it?

cheers