I am new to C2 and have been trying to figure out how to create a basic rollover for buttons on my title screen. I have come up with a few options but now I am in question as to which method is best and provides the best performance or if there is yet another method in which I can try. From cruising the forums I was able to come up with the follow two methods. Any thoughts or critique on what is the preferred method and why it is preferred would be much appreciated. Thanks for the time!
Started here...
<img src="http://i.imgur.com/vfxXEDV.png" border="0" />
I then read something slightly different and adapted to this...
<img src="http://i.imgur.com/RpO69VR.png" border="0" />
I then landed on a multi button version where I have a condition for each of the button rollovers but am adjusting the off state of the mouse and cursor with a single rule. I am not sure if this is efficient?
<img src="http://i.imgur.com/omCtMFs.png" border="0" />
Again, thanks for the time and any thoughts are appreciated.