Flash Q

Out of context: Reply #17

  • Started
  • Last post
  • 22 Responses
  • ozhanlion0

    ok just out of my head, well I think your problem is pretty mixing those sound objects.

    in theorically you are creating a sound object and attaching your music chunks to it. also I see that you are creating origScene from the duplicated green one.
    so be gentle with the naming there.. the obvious problem is your frame action which calls at green2 scene don't get called.
    this one..
    //Light_Up-d-3428_hifi.mp3 - freeware from Flashkit
    myMusic = new Sound(myMusicMc);
    trace(mymusicMC)
    myMusic.attachSound("origchoice...
    myMusicVolume=100;
    myMusic.setVolume(myMusicVolume...
    //

    I couldn't find the order or any piece of code calling those scenes, but def it is not getting a call so you are not attaching your sounds to your object and for a proper attaching I suggest you defining a new sound object btw.

    wait lemme chunk a litbit

View thread