A Flash Developer Resource Site

Results 1 to 12 of 12

Thread: [F8] Movie Clip

  1. #1
    Junior Member
    Join Date
    Nov 2006
    Posts
    13

    [F8] Movie Clip Problems

    For some reason when I put animations in a movie clip I can get them to play. For Example I have a calender and when you roll over an event a box pops up to describe what the event is about. Then when you rollout it goes away. I cant even get it to acknowledge it is a button.

    I even download an animation that someone else did of a character talking and that didnt even work.

    Am I doing something wrong.
    Last edited by wolffangs; 01-30-2007 at 04:28 PM.

  2. #2
    Senior Member
    Join Date
    Aug 2004
    Location
    plymouth-uk
    Posts
    313
    to be honest I do not understand the question sorry
    NOW! look whats happened! I told you to watch this space and now its gone.

  3. #3
    Junior Member
    Join Date
    Nov 2006
    Posts
    13
    When you make a movie clip symbol then place animation or action inside that symbol (like making and flash movie) it will not work.

  4. #4
    Senior Member
    Join Date
    Aug 2004
    Location
    plymouth-uk
    Posts
    313
    sorry, in the above you mentioned
    "when I put animations in a movie clip I can get them to play"
    I thought you might of meant cannot get, but thought I better ask first.

    could you post code or the fla in MX04 version will be happy to have a look
    NOW! look whats happened! I told you to watch this space and now its gone.

  5. #5
    Hey Timmy!!! walsher's Avatar
    Join Date
    Jan 2005
    Location
    Latrobe, PA
    Posts
    1,899
    Ya, if you could post your fla file, it'll give us a better understanding of your problem.

  6. #6
    Junior Member
    Join Date
    Nov 2006
    Posts
    13
    sure here you go look at febuary 1st for what I am talking about.
    Attached Files Attached Files

  7. #7
    Senior Member
    Join Date
    Aug 2004
    Location
    plymouth-uk
    Posts
    313
    on the feb 1st when you roll over the small little dot in the corner the large pop out appears is this wat you after but instead of the dot you want it to happen when rollOvering the text yes?
    NOW! look whats happened! I told you to watch this space and now its gone.

  8. #8
    Junior Member
    Join Date
    Nov 2006
    Posts
    13
    exactly. When you roll over the text the text should change color as well as the box show up. Also when you click on it it goes to another page or when you roll over into the box you can click on other things in there as well.

  9. #9
    Senior Member
    Join Date
    Aug 2004
    Location
    plymouth-uk
    Posts
    313
    if so you need to create the Text as an MC not a button then asign it an instance name, then on say the main time line place similar code to this for EG

    the text is in a MC called 5? so give it aninstance name say "five", then with in this mc(five) your MC of the text assigned an instance of say "buttonOne"

    the button on the main time line should

    five.buttonOne.OnPress - function(){
    buttonOne.gotoAndStop("label");
    }

    hope this helps a little
    NOW! look whats happened! I told you to watch this space and now its gone.

  10. #10
    Junior Member
    Join Date
    Nov 2006
    Posts
    13
    Let me say that better.

    A. when you rollover text the text changes color.
    B. when you rollover the text the box pops up.
    C. when you click on the text you go to another page.
    D when you rollover the text and the box opens you can move the mouse into the box and you can click on elements in there.

  11. #11
    Junior Member
    Join Date
    Nov 2006
    Posts
    13
    thanks

  12. #12
    Senior Member
    Join Date
    Aug 2004
    Location
    plymouth-uk
    Posts
    313
    so
    1) When you RollOver the Text changes Colour and the Information Box pops up, then you can rollover the info with in the pop-up

    2) When Pressed it goes to another page(frame) Say

    Most of this should seem easy, the only problem will be when you roll out to go onto the pop out the whole thing will invoke the rollOut function thus close, there is a simple way to achieve this I beleive but short on time to work it all out at mo

    :-)
    NOW! look whats happened! I told you to watch this space and now its gone.

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