does any1 know if it is possible to make animation for different buttons on different time levels on the same file?
for example if i want my button to rotate while the mouse is over so i write:
on (rollOver)
{
play();
}
but if i got other buttons or any animated objects they also move while i’m over this button.
so i wanted to ask if there is a way to work on several different buttons on the same file, or you just export each button to a different swf file and then work on them in an html editor?
tal