How can i amend this to say
one the stage is a symbol that holds my animations.
EC.Parallax.setup(sym, "horizontal");
I tried
EC.Parallax.setup(sym.getSymbol("main"), "horizontal");
and that did not work.
How can i amend this to say
one the stage is a symbol that holds my animations.
EC.Parallax.setup(sym, "horizontal");
I tried
EC.Parallax.setup(sym.getSymbol("main"), "horizontal");
and that did not work.