I have a movie clip that I want to drag "scroll left" in 650 pixel increments.
I have a movie clip (mc1) that is 650x650px on the stage
(embedded within this clip is a symbol (mc2) that is 3250pxs x 650pxs (divided into 5 images)
I want to drag through mc1 in 5 swipes revealing each image (650x650) on mc2
//movie clip 1
Draggable.create(mc1, {type:"scrollLeft", edgeResistance:0.5, throwProps:true});
Could you help me with the code that I need to initiate this please,
I just need a push in the right direction and away I'll go until the next hurdle.
Learning heaps and loving it.