View Single Post
  #8  
Old 08-08-2008, 01:14 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
When using findImg(), use actor.red instead of red, and so on. Keep in mind the defaults of the rgb values are 1 here, so you have to set something lower if you want to change something. Example:

PHP Code:
with (findImg(666)) {
  
ani "idle";
  
layer 4;
  
200;
  
actor.red 1;
  
actor.green 1;
  
actor.blue 0;

Yellow idle gani.
Reply With Quote