|
|
Problem With For () {
for(i=0; i<3; i++) {
_root["L0"+i].onRollOver = function () { this.gotoAndStop (2); } _root["L0"+i].onRollOut = function () { this.gotoAndStop (1); } }
what's wrong with that ?
it doesnt work
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
|
|
|