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
anyone know the correct way of doing it?
cheers
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
anyone know the correct way of doing it?
cheers
:: Copyright KIRUPA 2024 //--