This is a common scroller to
display images, which works on the movie
clips position. Movie clip(mc1) scrolls by
jumping to a new position. At some particular
position the clip jumps to the starting position
where it began and the scrolling continues.
First, import the images into separate movie clips (mc1, mc2, mc3, ....)
Type this script
on all the movie clips instances:
onClipEvent(enterFrame) { // movie clip enterframe
event
_x=_x+2; // change position for each enterframe event
if(_x>=540){ // condition
_x=-360; // if condition true movie clip jumps to starting postion.
}
}
Wildform
provides a 100% satisfaction guarantee on all our software.
If you are not completely satisfied with our software
for any reason you may request a refund within 15 days
of purchase.