A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: buttons controlling different mcs doing different actions

  1. #1
    I have a simple question.
    Can you have a button controlling 2 different mcs at the same time, simply turning them on and off??

    this is what I have on my stop/play btn for one mc:
    STOP BUTTON

    On (Release)
    Begin Tell Target ("../sound")
    Go to Next Frame
    End Tell Target
    End On
    On (Release)
    Go to Previous Frame
    End On
    PLAY BUTTON

    On (Release)
    Begin Tell Target ("../sound")
    Go to Next Frame
    End Tell Target
    End On
    On (Release)
    Go to Next Frame
    End On

    thanks
    lindsay=)

  2. #2
    Expression...7 mullz's Avatar
    Join Date
    Jun 2000
    Location
    England
    Posts
    366
    Im pretty sure you can, not that good at codes.. I'll ave a fink

  3. #3
    Moderator
    Join Date
    Aug 2000
    Posts
    1,455
    Hey mullz!

    This one's already been done in the Actionscripting forum!

    Regards,

    King Bert

  4. #4
    Expression...7 mullz's Avatar
    Join Date
    Jun 2000
    Location
    England
    Posts
    366
    Cheers Bert!

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