Do you have time?
Do you have time?
Out of context: Reply #1
- Started
- Last post
- 23 Responses
- fusionpixel0
put your onrollouts on each of the buttons
for example
buttonA.onRollOver = function() {
doYourThangForButtonA();
}buttonA.onRollOut = function() {
doYourThangForButtonA();
doYourThangForSpots();
}got it?