A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash button problem

  1. #1
    Junior Member
    Join Date
    May 2009
    Location
    PH
    Posts
    3

    Unhappy Flash button problem

    i'm currently making a dress a doll game. it is working but i have some problem. im using this code for my button:

    on (release) {
    _root.movieclip._visible = !_root.movieclip._visible;
    }

    and once the button was click, the movie clip appears...

    the code i used in my movie clip is:

    onClipEvent(load)
    {
    _visible = false;
    }


    the problem is that i have multiple buttons....the thing is i have to reclick again the button to make the movieclip invisible again...can you help me?

    im just a newbie here that's why i'm only using simple scripts that i can find in the net...

    what i want to happen is that once i click the other button, it automatically make the other movie clips invisible...the only current movie clip will only appear....

    please...

  2. #2
    Junior Member
    Join Date
    May 2009
    Location
    PH
    Posts
    3
    additional:

    i want the movieclip dissappear once another button is click...so on and so forth...can you please help me...

Tags for this Thread

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