i dont really know if my vision is able to be made by buttons, but here’s what id like to do :
i got like black square block with something wrote on it. id like this square to grow up, when the rollover is detected on the inscription. when the big block will be ready, there should appear more inscriptions.
i mean something like :
me:
->photos
->my family
->etc…
ive already tryied to do it with tell target but when i had that second inscription and i wanted to click it, the block came back to the place that he is growing up.
i think that this is because i put 2 buttons, and the movie clip has onrollover go to and play (2) and when i try to reach the second inscription he makes that action but i would like that buton to make different action. is there any other possibility to do it or am i doing something wrong ?
If I understand this correctly then what you’re trying to do should be a rollover effect on a button, you don’t need to use tellTargets.
What you’d need is a movie clip with the animation for the expanding box in it. Place any further text / buttons in the last frame of this movie, and make sure you put a stop() action on the end of it so that it stays open when activated.
Then make your black button. In the first frame just put a plain graphic of the button before it does anything. In the Over state, put your movie clip, and F5 into the Hit state. This means that when the button gets rolled over, the animation will play and your button will animate. In the Hit State, place a box or shape that covers your black button.
That should work fine. Then you can use tellTargets or whatever on the button clicks to navigate between sections.
right, after u show me the way now its so obvious … ive totally forgot about those properties of button.
but
i havent try to play with it too precisely but i think that there wont be opportunity to select any of the other inscriptions that will slide down.
id like it to be a button in button, not only animation that will have info data.
i guess i still dont sound clear, but thats pretty hard to explain for me
You should just be able to put more buttons inside the animation movie clip. From the sounds of it you won’t need any actions on the black button, so leave that empty. You can put actions on the buttons inside the animated movie clip though. Add them on the last frame when the clip stops playing and hold in the open position. Then the buttons will be visibale for the user to navigate.
yah, ure right. that worked, i mean im able to reach that button and the animation doesnt start from the begining. but if i would like to add url on release it starts all over again. it could be that i didnt completly understand what u said or there must be some other way for this button to open some url … anyways ill be tryung.