|
-
scroller problem flash 8 / easy for advanced user please help
got this code - to control one scroller bar behind a mask
stop();
this.onEnterFrame = function() {
this.webThumbs._x = (-650/800 * _root._xmouse);
}
----
works fine - however i have another scroller on the page using the same code obv with a differnt instant name. looks like this.
----
stop();
this.onEnterFrame = function() {
this.webThumbs._x = (-650/800 * _root._xmouse);
}
this.onEnterFrame = function() {
this.printThumbs._x = (-650/800 * _root._xmouse);
}
---
i am a novice so please be nice if my mistake is an obvious one..
when publishing only one scroller works? anyone shine any light on this please will be mighty usful. thanks you
-
Senior Member
What are you trying to do?
-
http://web.ukonline.co.uk/4offordroad/fm002/index.html
basically the two scrollers i have both take they're actionscript from frame one where they sit. i can only get one scroller to work at one time using the above script(prev post).. probably due to my scripting but i cant get both to work. only ever one.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|