A Flash Developer Resource Site

Results 1 to 20 of 26

Thread: Randomly join objects

Threaded View

  1. #13
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    Oh I see what your saying.

    So basically you have a bunch of movieclips all invisible. As you click one of the buttons, the corresponding movieclip will appear in the background and as you continue to click the other buttons, their corresponding movieclips will appear in the background as well.

    Sort of 'remembering' where the user clicked.

    Well thats pretty simple. Do what you did here by having all the movieclips invisible. And when you make a button simply put in its actions:

    code:

    on (release){
    _root.pictureMovieclip._alpha = 100;
    }



    And that will make the movieclip appear.

    As for the fla I sent, I was using Flash 8 but I did save it as Flash MX. I'll try again and then reattach it
    Last edited by Osteel; 05-01-2009 at 02:38 AM.

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