A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Sound

  1. #1
    Member
    Join Date
    May 2006
    Posts
    32

    Sound

    once again.

    How can i click 1 button and apply tat change to all external swf file loaded onto the stage or even different levels?

    example when i click a sound button which it turns the sound to mute and i want to apply it to all external swf files n levels.

    So anyone can help me again... sorry for asking so many qns in here... thanks..

    rgds,

  2. #2
    Senior Member
    Join Date
    Nov 2002
    Location
    Maryland, USA
    Posts
    428
    within a 'on' statement you can have as many commands as you want.
    There is no way to say all external files perform certain function without listing them name by name.

    Code:
    on(release) {
    external1.action to perform;
    external2.action to perform;
    external3.action to perform;
    }
    Hope that helps.

  3. #3
    Member
    Join Date
    May 2006
    Posts
    32
    thanks

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