# Flash AS2 - Claudio scrollbar(move position)

**URL:** https://forum.kirupa.com/t/flash-as2-claudio-scrollbar-move-position/313988
**Category:** flash
**Created:** [September 15, 2010, 3:07pm UTC](https://forum.kirupa.com/t/flash-as2-claudio-scrollbar-move-position/313988 "2010-09-15T15:07:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![molly\_ferns](https://avatars.discourse-cdn.com/v4/letter/m/9e8a1a/32.png) [@molly\_ferns](https://forum.kirupa.com/u/molly_ferns)
#### Post date: [September 15, 2010, 3:07pm UTC](https://forum.kirupa.com/t/flash-as2-claudio-scrollbar-move-position/313988/1 "2010-09-15T15:07:42Z")

</div>

Hi All,

I am using the scrollbar done by Claudio (horizontal version) which is extremely great however I need some help. I have some buttons in a menu through which on click I change the contents position. At the moment I am using the following code on click on a button

```auto
 
_root.scrollFace._x = _root.scrollFace._x=95;
  _root.content._x = _root.content._x=151;

```

which works well however the new position just jumps in. What the client requires is to have the scrollbar slide to the new position rather than jump in. Please please please help.
