hi. I need help…
I’m trying to make a scrolling menu bar for a photographers site with thumbnail images as the menu items.
I am just a beginner with flash, and this is my very first post here at kirupa.com.
I have made the thumbnails into one movie clip with the instance name of “thumbline”.
Then I attached this action to the first frame of the movie:
_root.onEnterFrame = function() {
thumbline._x = thumbline._x+(0.5*Stage.width-_xmouse)/30;
};
I don’t know how to add variables to make the thumbnails stop, instead of running off the screen, and also to make the “hit area” of the movement smaller and more isolated towards the thumbnail area instead of the entire stage.
You can see the problem(s) here at:
http://www.sumiredesign.com/ag/6.html
please help…
ew.
-sumire