[font=verdana, arial, helvetica][size=2]Hi all,
I am trying to buil a site with the navigation buttons acroos the top affecting the main portion of my screen. The way I have this set up is by clicking on the “retail” button, AS will yield this:
[size=1]on (release) {
_root.contents.loadMovie(“retail.swf”);
}[/size]
I have a movie clip with the instance named “contents” which I would like to give height restrictions to.
My problem is that the retail section of my site has a vertical thumbnail image scroller, which, when clicked displays a larger image to its left, but when loaded into the screen everything in that .swf file scrolls vertically.
The way I wrote the AS for the scroller requires me to enter the total width and height of the scene.
I hope that isn’t poorly described - any help would be great.
Thanks!![/size][/font]