Results 1 to 6 of 6

Thread: Need Help With Bizarre Flash Project!

  1. #1
    Join Date
    Apr 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help With Bizarre Flash Project!

    I making a project that is an interactive poem that the user can drag mc's to set a specific order to be played back. Essentially it works like this: There are five draggable mc's Each with the word "line" and the respective number. There are also five vertically tiled place holder mc's that the "line" mc's are dragged onto. What I want to happen is when you drag all the line Mc's into the holders, creating a poem specified by the user. I assume this is done with Arrays. When you are done with your dragging it you click a play button displays the lines of the poem in the order specified by the user. I would also like at this point, to play external sounds of someone reading each line. I'm aware I have to set up a timer to delay the other four sounds, but I've been at this for about ten hours trying to piece together how to even start this. Im at my wit's end. Does anyone have any ideas at all?

  2. #2
    Join Date
    Apr 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Alright, better yet then. From my example, If I drag a "line" movie clip onto a holder movie clip, is there a way I could get the holder to remember the instance name of whichever line was dragged onto it?

  3. #3
    Join Date
    Feb 2007
    Posts
    601
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    TRUST ME !!!, without blizzard there arn't much people who can help you ... You will have a better chance looking it up on the internet...

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by pcbrainbuster View Post
    TRUST ME !!!, without blizzard there arn't much people who can help you ... You will have a better chance looking it up on the internet...
    amen to that...

    I wish I could help you but my Flash skills are just not that advanced.

    Where as BliZZard dissapeared to?

  5. #5
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Blizzard has gone, see this post for more info:
    http://www.dynamicdrive.com/forums/s...ad.php?p=83565
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    The easiest way would be to embed the sound clip into each MC.

    For example:

    You have 3 "words" each is an MC "cow" "how" "now"

    You then record yourself saying each of these words.

    Inside the MC's drag the sound clip into the MC.

    Now do the rest, make MC's drag/drop-able, make it pretty, etc. Then include either AS coding or clipEvents (probably easier) to play sound when MC is "active"

    Then run this script on the press of the play button.

    This way no matter what order the words are in the sound of that word stays with that word.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •