TheConeHead
Programmer
I am trying to do:
_root.x2.gotoAndPlay(2);
using the vairable "player" for an array of mc's by doing:
eval("_root.x"+_root.player+".gotoAndPlay(2)"
;
the first (hardcoded works) the second does not....
how should I do that...
_root.x2.gotoAndPlay(2);
using the vairable "player" for an array of mc's by doing:
eval("_root.x"+_root.player+".gotoAndPlay(2)"
the first (hardcoded works) the second does not....
how should I do that...