Flash Help...Please?

Out of context: Reply #3

  • Started
  • Last post
  • 13 Responses
  • o0o0

    I think I see what you mean.. you're saying that if you put your nav buttons on top of the button that triggers the slide, then the rollOut gets triggered on the slide when you go over the nav buttons... right?

    So how about checking the position of the mouse on the rollOut.... so instead of just triggering the slide back in you say on(rollOut){
    if(_root._xmouse > 150 && (_root._ymouse 350)){
    //then slide back in...
    }
    }

    may have got the syntax wrong, and I just guess on values, but you see what I mean?

View thread