QUOTE (ccoa @ Jan 19 2008, 08:53 PM)

QUOTE (rock_yusuf_lee @ Jan 18 2008, 04:10 PM)

one more.
How if we rename the actor name's
For example i rename the cecelia with something else, than the actor face won't show or error
So How do we automatically save the actor face's name with the one in the project ?
Or maybe another way ?
Help will be really appreciated
Sorry, you edited after I replied.
There are a few ways to do this, but probably the most foolproof is by actor id. You can get actor id in the following way:
actor.id.to_s
(The to_s is necessary because id is a number, and the filename is a String.) That will be the number of the actor from the database. So if Cecilia is in slot 001, then her id is 1.
Thanks a million, and not only the script i get to know why this and that....
anyway i like all of your tutorials, they are explained clearly and the screen shot that make it just clearer than ever
And one thing for sure it worked

!!