Hye,
Actually I need help regarding the following code:
[FONT=Courier New]this.createEmptyMovieClip(“image_mc”, 1);
var mclListener:Object = new Object();
mclListener.onLoadInit = function(target_mc:MovieClip)
{
target_mc.onPress = function()
{
this.startDrag();
};
target_mc.onRelease = function()
{
this.stopDrag();
};
};
[FONT=Verdana]I am not able to understand whether “[FONT=Courier New]target_mc[/FONT]” is a button or a movieclip and what is the purpose of “[FONT=Courier New]onLoadInit[/FONT]” here.[/FONT]**[FONT=Verdana]
Please help me out.[/FONT]
[FONT=Verdana]Regards[/FONT]**[/FONT]