In the gani, don't make it display the actual player attribute. Do something like
HTML Code:
function onCreated()
{
this.doEffect(params[0]);
}
function doEffect(curText)
{
showtext(301, player.x, player.y, "Arial", "bc", temp.curText);
changeimgvis(301, 3);
changeimgzoom(301, 0.8);
setTimer(5);
}
function onTimeout()
{
hideimg(301);
}
Then just make a loop of player attributes and then assign those attributes to the gani. If you don't understand this, I'll go futher more into details.