A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: ...Need Help HERE!...

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Posts
    6

    ...Need Help HERE!...

    Can you help this newbie out...
    i have designed this application and i just need to put two things together...
    I have this button that i need to attach to a object that has more buttons inside of it. and all i need to know is how to keep that object on screen after you click on the first button....
    i hope thats not confusing...
    thanks

  2. #2
    Island Boy
    Join Date
    Apr 2006
    Posts
    655
    there are couple ways of going that but you could always have it on screen and just toggle the visibility with the button. So when the main MC loads it will encounter a myMC._visible = false;

    the action for the buttone would be:
    myMC._visible = true;

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