View Single Post
  #8  
Old 02-16-2007, 08:04 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
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.
Reply With Quote