Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Flash




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

    Copyright © 2005-08 www.BigResource.com, All rights reserved