Use the same movie clip for both buttons. Place each button picture on a different frame in the movie clip timeline. Then place the stop(); command in each frame, then use this code in the main timeline:
I created a new blank movie
Imported two images
Created a new mc
put image 1 as frame 1 with stop(); in the frame
put image 2 as frame 2 with stop(); in the frame
dropped the new symbol on my stage and set it as a button
when I run the movie, and put my mouseover the button, it acts like i have some mouseover action and changes frames
This is where I was going to use your code, but couldn’t get that far because of this problem.
You’re welcome, and I personally would recommend to never use buttons. Back in Flash 4 you had to, but since then you’re better off using movieClips for everything. Well, that’s my personally choice anyway