View Single Post
  #1  
Old 12-24-2007, 05:08 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
no body will show

I have a simple custom char showing script (this.actor.blah) it works fine but when I use stretchx or change the alpha/mode it hides the body but the head/shield and shadow are still showing. Why is this?

PHP Code:
withfindImg10))
  {
  
    
this.player.2.5;
    
this.player.y;
    
    
layer 1;
    
    
playerlook false;
    
    
this.ani "idle";
    
this.actor.mode  
    
this.actor.red =
    
this.actor.green =
    
this.actor.blue 1;
    
this.actor.alpha 0.5;
  
    
this.actor.head "head0.png";
    
this.actor.body "body.png";
    
this.actor.shield "shield1.png";
    
    
this.actor.colors0] = "orange";
    
this.actor.colors1] = "white";
    
this.actor.colors2] = "blue";
    
this.actor.colors3] = "red";
    
this.actor.colors4] = "black";
    
  } 
__________________
Deep into the Darkness peering...
Reply With Quote