A Flash Developer Resource Site

Results 1 to 12 of 12

Thread: Button Problems Forward Backward - Please help.

  1. #1
    Senior Member lukew's Avatar
    Join Date
    Aug 2001
    Location
    Montréal
    Posts
    217

    Button Problems Forward Backward - Please help.

    Converted to Flash MX (from MX 2004)

    Please help me – I’m pulling out my hair!

    In this movie, I made a drop-down menu with seven buttons. Only button 1 and 3 work at this point. When you click on 1 or 3, the content will be displayed in the holder MC (black box).

    You may also type into the input box the terms “one” or “three” which will also display this content inside the holder MC.

    What I would like to have is for my Back / Next (previous/forward) buttons to work but I still have not found how to make them work ! At this point, the user only has the choice of 7 terms or 7 buttons to choose from but I will add much more content in the future. I’m trying to get these buttons to work first.

    This project will be for a small database to be distributed on a CD-Rom (no html) only Flash Player.

    Please – Can a Flash GURU lend me a hand with this?

    Many thanks,

    Luke

    Attached Files Attached Files
    Live for the moment (not in frames!)

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Answered your other thread!

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Location
    England
    Posts
    24
    Hi there!!

    I think you've got to change the movies' name, from ONE, TWO...
    to something like movie1, movie2, movie3... and then write some action similar to :

    count=0;
    on(relese) {
    if (count<7) {
    count++;//foward , to go back decrease the count(count--)
    loadMovie("movie" +count+ ".swf","holder");
    }
    }

    Hope it works..

    Cheers.

  4. #4
    Senior Member lukew's Avatar
    Join Date
    Aug 2001
    Location
    Montréal
    Posts
    217
    Thanks for your reply. Where do I change the movie's name? Are you talking about the first script where I have put the movies' names in the newArray? My movies (in this example) are named:
    20000.swf, 20001.swf to 20010.swf.


    If you have downloaded my examples, can you modify it?

    Thanks a lot!

    Luke

    Live for the moment (not in frames!)

  5. #5
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Ah! Ah! tu me triches avec un autre!

    De toute façon, il n'a pas compris le problème!

  6. #6
    Senior Member lukew's Avatar
    Join Date
    Aug 2001
    Location
    Montréal
    Posts
    217

    Ha ha! Mais non, je suis fidèle !



    De toute façon, il ne m'a pas répondu depuis... Tu travailles sur quel film?
    Live for the moment (not in frames!)

  7. #7
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Un documentaire sur le navire (Nordic Express) qui ravitaille la basse côte-nord. Télé-Québec... Printemps 2005!

  8. #8
    Senior Member lukew's Avatar
    Join Date
    Aug 2001
    Location
    Montréal
    Posts
    217
    Ahhh. Qui le produit?
    Ça fait longtemps que tu travailles dans le show-biz? J'aurais dû me diriger dans ce domaine...

    (en passant je ne comprends pas ce smily...)
    Live for the moment (not in frames!)

  9. #9
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Un producteur de Matane. http://www.pvp.ca/

    Je trouVe d'ailleurs que ce site mériterait d'être refait... Pas très élégant! Peut-être lui ferais-je une proposition après le montage!

  10. #10
    Senior Member lukew's Avatar
    Join Date
    Aug 2001
    Location
    Montréal
    Posts
    217
    C'est beaucoup mieux tout de même que certains autres. Mais je suis certain que tu pourras l'améliorer !
    Live for the moment (not in frames!)

  11. #11
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Si les gens comme toi me laissent du temps pour le faire...
    Ma femme me trouve déj* pas mal trop "Flash"!

  12. #12
    Senior Member lukew's Avatar
    Join Date
    Aug 2001
    Location
    Montréal
    Posts
    217

    Alors je te laisse * ta femme!

    Bon je ne te dérange plus.

    Au prochain POST !

    Luke

    p.s. bientôt j'espère !

    Live for the moment (not in frames!)

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