A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Damn! Blast!Phooey! Etcetera....

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    8
    Hi all,
    Quick problem here...

    I have some buttons (actually buttons in a movie clip) on a new interface - once they are moused over the words slide in underneath - the problem is they stay there until moused over again - i.e. once the mouse is off them they do not go back - is there any way to automatically make them go back as soon as another button is moused over - I am using 'onmouse event rollover 'for all of the buttons (5 in total) but am bemused as to how to get them to only show up one at a time underneath!
    TA
    Pete

  2. #2
    Senior Member
    Join Date
    Jun 2001
    Posts
    267

    Red face

    Check the answer to "close box on click other" from 7-25.
    Basically you need to use "with" commands.

  3. #3
    Senior Member
    Join Date
    Feb 2001
    Posts
    103
    Originally posted by paganpete
    Hi all,
    Quick problem here...

    I have some buttons (actually buttons in a movie clip) on a new interface - once they are moused over the words slide in underneath - the problem is they stay there until moused over again - i.e. once the mouse is off them they do not go back - is there any way to automatically make them go back as soon as another button is moused over - I am using 'onmouse event rollover 'for all of the buttons (5 in total) but am bemused as to how to get them to only show up one at a time underneath!
    TA
    Pete
    All you need to do is on your movie clip where your button is, give the button this code:

    on (release, rollOut) {
    gotoAndPlay ("out");
    }


    Make a movieclip of the words sliding out again and then label the frame "out". Then when the mouse isn't over the button, it will play the movie clip of the name sliding out.


    hope this helps,

    Katie

  4. #4
    Junior Member
    Join Date
    Jul 2001
    Posts
    8
    Thanks to you both,
    I will try that today.

    Cheers,
    Pete

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