Hi I would like to know if your scroller works on movieclip that contains xml
Thank you
Posted 4 days ago
Full screen scroll that resizes, with ease, depending on window size. It functions with mousewheel. If the content size smaller than stage, the scroll dissapear.
To fix the blurry fonts, just add these code: on line 32 inside function update():
delete this:_root.container_mc._y += (yf-_root.container_mc._y)/6; put this: _root.container_mc._y += int((yf-_root.container_mc._y)/6);
just it
Posted 9 months ago