How do I tell the target to goto the tellers coords.?
tellTarget("/Flame_" + (_global.numFlame-1) +"_mc"){
this._x = 100;
this._y = 100;
}
This is what I have and it tells the Fluid (the place where the above code is) to go to 100,100. Sorry, that was kind of jumbled but I think I got it all in…
Thanks for the help,