So I’m using linear gradiens to shade a horse avatar. I’m almost finished with a default POV character. The only issue is that I can’t control the whole setup from one script. I need a script in each object that tells the object:
if (_root.species != “undefined”)
{
GotoandStop(_root.species);
}
else
{
gotoAndPlay(root_genus);
Renamed “Default” genus to undefined to make things easier.(Player is already implemented for aleta_foreplay_a.swf.)