Thread: player
View Single Post
  #7  
Old 07-28-2007, 07:27 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
no work.
PHP Code:

  this
.drawImage = function(imageData)
  {    
    new 
GuiShowImgCtrl("image_" temp.imageData[0]) 
    {
      for (
temp.objectDatatemp.imageData[1])
      {
        if (
temp.objectData[0] == "playerlook")
        {
          
actor.playerlook true;
          
actor.body player.body;
          
actor.head player.head;
          
actor.shield player.shield;
          for (
temp.0temp.6temp.i++)
          {
            
actor.colors[temp.i] = player.colors[temp.i];
          }
          continue;
        }
        ( @ 
temp.objectData[0]) = temp.objectData[1];
      }

      if (
temp.imageData[2].size() != 0)
      {
        
thiso.catchevent(this"onMouseDown"temp.imageData[2][0]);
      }
      
      
this.bringtofront();
    }
  }; 
here is how it is called

PHP Code:
  drawImage( {"image-Player", { {"position", {(thiso.backgroundSize[0] - 64), temp.newPosition[1] }}, {"extent", {4848}}, {"playerlook"} } }); 
the position and everything should work, it even reads the playerlook. Doesn't display the player look tho
__________________
V$:CONFL16T
Reply With Quote