I'm trying to build a small photo gallery within Edge Animate. I have a symbol which is essentially 10 images or so side by side, and buttons below that are directional arrows left and right. I want to have it set up where when you hover over one of those buttons, it moves the photo slideshow left and right. I havent been able to find the correct code and it is currently inoperable.
Right now, I have this in the BtnRight symbol, which is the arrow to move the slideshow to the right.
sym.$('PhotoTimeline').animate({
left: "+=30px",
}, 20 );
}, 2000);
It doesn't work however. Does anyone have a simple code that I can input into the syntax of the arrow symbols to allow my photo gallery to slide left and right on mouse over?
Thanks