Código HTML:
onClipEvent (enterFrame)
{
this._y = Math.round(_root.yheight - 32);
}
Código:
Me sale error obviamente,ahi alguna forma de hacerlo???, es decir una funcion onclipevent. mc_movieclip.onClipEvent (enterFrame)
{
this._y = Math.round(_root.yheight - 32);
}

