Since I'm very new to ActionScript 3.0, I really appreciated the tutorial in the project I was assigned to complete. However, there's one extra element that I would like to include that is missing in the tutorial, and that is navigating the scrollbar with button "bookmarks".
My task given to me by the company for which I work is to design a company history timeline. The goal was for me to make one long scrollable timeline, with a series of decade buttons that would bookmark positions along the scrollbar/timeline, so that the user could skip ahead or backward to the decade about which he or she wanted to read.
The scrollbar tutorial was a big help, but I'm lost as to how to get the buttons to point to different parts of the scrollbar's position on the scrollbox, and to make the content move to match that positioning. I figure I should be able to tell the button to tell the scrollbar thumb to move to a new position, but again, I'm very new to ActionScript 3.0 and Flash in general.
Does what I want to do sound possible, or should I let my boss know that plans need to change?
Thank you all in advance for any help you may be able to provide. I greatly appreciate it.
EDIT: The working version of this project is available at http://rw100.persecution.com/

