A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Urgent Student in distress!

  1. #1
    beginner
    Join Date
    Dec 2011
    Location
    london
    Posts
    2

    Urgent Student in distress!

    Hello all
    I am having huge problems with a flash project, due in in 3 days time. A friend of mine suggest i sign up and seek professionals help!

    I am a beginner to Flash and just dont get it, but im trying. My current task is to make a flash based content loader. Essentially i need to make a movie clip, which loads a movie, an image gallery, a bit of text and maybe a single song mp3.

    So far I have made 3 buttons, which when pressed bring up the movie, then the image gallery, then the text. SO far so good. However, if i click the Image gallery button after previously clicking the text buttons, they both appear on screen. I have the Add/remove child codes in there, but somethings wrong.

    Here is the code...

    var IMAGE = new imageMC
    var IMAGE2 = new image2MC
    var IMAGE3 = new image3MC

    btn_1.addEventListener(MouseEvent.CLICK,loadme)
    function loadme(event:MouseEvent){
    addChild(IMAGE)
    IMAGE.x = 300
    IMAGE.y = 200
    removeChild(IMAGE2)
    removeChild(IMAGE3)
    }

    btn_2.addEventListener(MouseEvent.CLICK,plme)

    function plme(event:MouseEvent){
    addChild(IMAGE2)
    IMAGE2.x=280
    IMAGE2.y=160
    removeChild(IMAGE)
    removeChild(IMAGE3)
    SoundMixer.stopAll()
    }

    btn_3.addEventListener(MouseEvent.CLICK,playme1)
    function playme1(event:MouseEvent){
    addChild(IMAGE3)
    IMAGE3.x = 50
    IMAGE3.y = 50
    removeChild(IMAGE2)
    removeChild(IMAGE)
    }
    SoundMixer.stopAll()


    THats about it, apart from the fact that button2 doesnt stop the sound...

    Can anyone help me?

    Thanks so much!

  2. #2
    Junior Member
    Join Date
    May 2002
    Location
    Philippines
    Posts
    21
    Hi there,

    I'm interested to work with you on your project. Please PM or email me chris@chrisilagan.com
    Regards,
    Chris Ilagan
    Creative Director / Project Manager
    MIYENS TECHNOLOGIES
    Solution Provider for Website, IT, Graphics, Print, Social Media and more
    www.miyens.com
    USA:9176512635
    PHILIPPINES:984-3313
    MOBILE:0917-576-6735 FAX:355-9717
    All Glory to God

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