Flash Alpha & Motion Tween
Flash Alpha & Motion Tween
Out of context: Reply #3
- Started
- Last post
- 28 Responses
- steadyvibe0
// -- function that opens the subsection on rollover
}
function openSubs(target) {
for (i=0; i < this[target].subs.length; i++) {
subMenuCounter = 0;
this[target]["sub"+i].button.new... = this[target]["sub"+i].button.out...
currentOpen = target;
}
}
// -- close subsections function
function closeSubs(target) {
for (i=0; i < this[target].subs.length; i++) {
this[target]["sub"+i].button.new... = this[target]["sub"+i].button.oYp...}
}