A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: HELP me please i need to finish this today

  1. #1
    Junior Member
    Join Date
    Sep 2008
    Posts
    8

    HELP me please i need to finish this today

    hello i need your help guys i really need to finish this tonight

    I am trying to achieve this:

    I want to be able to have a button when i get "over" a movie clips play on the page but i want to keep that movie clip open even if i roll out of the button until i roll over other button.

    basically i have a button when i roll over it displays the movie clip no problem there but when i move the mouse out of the button the movie clip disapears how can i make this work ?



    thank you in advance
    Last edited by Angel_198328; 08-26-2009 at 04:56 PM.

  2. #2
    Junior Member
    Join Date
    Sep 2008
    Posts
    8

    okay i found a way to do it but this script ......

    this script stops if i click on something also don't let me use get URL on my buttons can someone please take a look at my FLA and let me know how to solve this ?




    here is my fla but its to big to attach it here here is the link

    http://www.brilliantecrystalcleaner..../flashmenu.fla
    Last edited by Angel_198328; 08-26-2009 at 04:56 PM.

  3. #3
    Flash/Flex Developer samac1068's Avatar
    Join Date
    Apr 2007
    Location
    Here, no there
    Posts
    1,813
    I would like to help, but not understanding exactly what you're looking for. I see only one movieclip on the stage.
    Some people are like Slinkies, not really good for anything, but they bring a smile to your face when pushed down the stairs.

  4. #4
    Junior Member
    Join Date
    Sep 2008
    Posts
    8

    about what i need to acomplish

    hello well so you can have a better idea take a look at my website

    brilliantecrystalcleaner.com

    so you know what i am trying to acomplish

    basically theres a button on top of the screen which i need to display a movie clip once you roll over it and also to keep the movie clip open once you rollout of this basically movie contains two pics which i need to make buttons

    to take people to my products page
    Last edited by Angel_198328; 08-26-2009 at 04:57 PM.

  5. #5
    Flash/Flex Developer samac1068's Avatar
    Join Date
    Apr 2007
    Location
    Here, no there
    Posts
    1,813
    Okay, remembering the code, what you're asking shouldn't be too difficult to do. I do have a couple of suggestions. First, I would remove the two lower buttons from within the one movieclip. Having each component on the main stage will make this much easier. Since you're using AS3.0, using the Tween class will provide the necessary animation.

    The next thing, you need to comment out all of the ROLL_OUT event listeners. You don't need to worry about rolling out, the roll over will continue any animation you want to play...in this case to playout any expanded movieclip.

    Because you want to make the remaining two items a button, I suggest that you make them ALL movieclips and provide functionality to them as if they were buttons. Does this make sense?

    You will have the rollover command of a button check the current frame of all the other buttons and if they are above 1 or 5 or something, then it will move the frame label 'OUT' and play the remaining frames.
    Some people are like Slinkies, not really good for anything, but they bring a smile to your face when pushed down the stairs.

  6. #6
    Junior Member
    Join Date
    Sep 2008
    Posts
    8

    okay so....

    hello thank you for your pointers

    Now one thing i removed the rollout and the movie clip of my 2 buttons down the page they stay but when i try to assign get url to my buttons it says that "current selection can't have actions assigned to it"

    Any idea why this would be happening ? i even tried to create a button inside my movie clip in one of the down buttons but still says the same.

    if you could take a look at my code and provide me with the right way to do it for this button it would be an awesome example for me to do the rest of the buttons.

    Thank you in advance.

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