Author Topic: Improvements  (Read 14807 times)

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #60 on: January 26, 2020, 04:15:03 am »
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.)