Hello
i cant figure out how to attach a movie clip inside a custom class… I ve red Kirupas tut but still can t do it…
here s what i have:
MovieClip.prototype.someClass = function(){
this.somevar = something;
this.createEmptyMovieClip(“someclip” , 100)
this.someclip.attachMovie(“heh” , “heh”)
this.onPress = function(){
//do something
}
}
Well that wont work of course, I know i have to use the Object.registerclass but i cant figure out where to do that and how… please help me…
Thanks