Search  

ARRAY ROLLOVER, ROLLOUT

HomeForumsFlash DiscussionArray RollOver, RollOut
Default-profile convrgr
17 posts

Array Code
I am trying to get the name to turn grey on RollOver and stay on grey until the user moves the mouse over another name, thus changing the first name back to white. The first name would stay grey though if you rollOut and didn’t touch another name, so the user would know what name they are on, even if there mouse rolled off the name.

My code isn’t working, it’s just making it work like a regular rollOver. Any suggestions?

Posted about 1 month ago
19189 Palehosefan
30 posts
Referred at least one person Sold between 1 000 and 5 000 dollars Bought between 1 and 9 items

I’m not seeing anywhere in your code where you are setting the mc.name. Only the place where you are calling it in, which has an error as well. Should be “mc.name” not “mc._name”.

You might add “myMc.name = i” into your initButtons for statement.

Hopefully that helps.

Posted about 1 month ago