Coordinate Hide Transitions

Posted by pyayo 
Coordinate Hide Transitions
June 04, 2009 03:30AM
Hey there, fairly new to flash and flasheff. But I was wondering how would you go about making the buttons coordinate on hide when you click on one of the buttons? for instance: There is five buttons on the stage and when you click the first button. The rest of the buttons will animate on hide coordinately in time.
Re: Coordinate Hide Transitions
June 04, 2009 10:50AM
Create event listener for the Click Event on each button.
For the first listener create a function that does the following:
For example, if you click the 1st button, have the function do this:
fe2.hide()
fe3.hide()
fe4.hide()
fe5.hine()
fe2,fe3,fe4,fe5 are the instance name of the components that you have dragged over your other buttons.
The idea is to hide all the buttons except the one that is clicked. There are other way to do this, but I think this is the easiest .
Re: Coordinate Hide Transitions
June 10, 2009 03:01AM
Would it be possible to show me an example because I am quite confused on how this works. Thanks
Sorry, you do not have permission to post/reply in this forum.