View Single Post
  #10  
Old 12-25-2007, 04:23 PM
gemini2 gemini2 is offline
Fincayran Loser
gemini2's Avatar
Join Date: Jun 2007
Location: Georgia
Posts: 174
gemini2 is on a distinguished road
Send a message via AIM to gemini2 Send a message via MSN to gemini2
Quote:
Originally Posted by Angel_Light View Post
no this.actor.ani is not a valid var, just use getvarnames() to get the vars. =P
then I would suggest you to do what Chris said:

Quote:
Originally Posted by cbkbud View Post
May not help in your case, but if you can I would use a GuiShowImgCtrl.
PHP Code:
new GuiShowImgCtrl("test_actor") {
  
10;
  
10;
  
width 60;
  
height 60;
  
layer 1;
  
playerlook false;
  
// start actor
  
ani "idle";
  
actor.headimg "head.png";
  
actor.bodyimg "body.png";
  
actor.shieldimg "no-shield.png";
  
temp.0;
  for(
temp.color : {"orange""white""blue""red""black"}) {
    
actor.colors[i] = color;
    
++;
  }

Oh, and:
PHP Code:
sword  -> player.swordimg
shield 
-> player.shieldimg
head   
-> player.headimg
Body   
-> player.bodyimg 
__________________
Quote:
Originally Posted by Crystia RC
*Angelu: i said the tuba isnt fitting
Oinkness: well use some lube
Quote:
Originally Posted by Angelu View Post
for me the hole is to big and its a way to thin :O
Reply With Quote