A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: scroller problem flash 8 / easy for advanced user please help

  1. #1
    Junior Member
    Join Date
    May 2006
    Posts
    2

    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

  2. #2
    Senior Member Computer Dork's Avatar
    Join Date
    Mar 2001
    Location
    St. Louis
    Posts
    1,026
    What are you trying to do?

  3. #3
    Junior Member
    Join Date
    May 2006
    Posts
    2
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center