Sorry, I can't seem to make sense what all of the 'scroll' code means? Which part do you think I would need to make just one container move up and down?
For example, shall I write:
scroller1.Init(cn2[1], 360, 1000, 0);
scroller1.SetHorizontalScroll(true);
Also, what does the Centre page function do? (Sorry, i dont quite understand the code) - Basically, I need to make my container of size 360px length, 1000px width move left and right. How would I set this min X and max X values?