Advanced Rollovers problems in MX

Hi hi can anyone help me on this one, i have tried out on the advanced roolover buttons in this tutorial http://www.kirupa.com/developer/flash5/advroll.htm
but the problem now is tat I have a button a red crab when i rollover it it will become a crab grey button. Ihave 2 seperate buttons for the crab.

While basically the grey crab button’s animation lies in the same movie clip as the word tween. So what I want is when I roll over the red crab it will display the grey crab, and when i roll out the grey crab will fade away to the red crab. And also when I clicked on the grey crab when the mouse is hovering over it it will open up another movie clip. How would I go about doing so? PLease help me T_T

There’s also some mistake with the grey crab it only seem to be working when it is in graphic but want I want is a button. I can’t assign ant actionscript codes to it if it only works in a button.

Sounds confusing…

Ok i fixed it. And the reason your thing rollout right after you rollin, is because your GREY crab. It takes over, so it makes flash think you rolled over the RED crab. So instead, you should just make the parts of the crab a movieClip and use setRGB (you can check flash dictionary to tell you how to use).

Thats the only way i can think of now :-\ And i also changed your flash 5 code to MX. Oh yea, last thing…you use:

on (release) {
blahblahblah
}

to do something when the crab is pressed!