spazmaster
04-11-2003, 09:17 AM
I have some problems with my Array and/or For loop
this is the file i am working on at the moment, but somehow it doesnt work :(
could someone have a look at it?
http://www.alphavision.nl/fulko/darnthing.zip
I have made an array in the _root, containing the instance names
of the movieclips.
on the buttons, i have put this script:
on (release){
for (i=0; i<_root.length; i++) {
_root[_root[i]].mainNavigation.gotoandStop(1);
}
_root.mov1.gotoAndPlay(2);
}
thanx in advance
this is the file i am working on at the moment, but somehow it doesnt work :(
could someone have a look at it?
http://www.alphavision.nl/fulko/darnthing.zip
I have made an array in the _root, containing the instance names
of the movieclips.
on the buttons, i have put this script:
on (release){
for (i=0; i<_root.length; i++) {
_root[_root[i]].mainNavigation.gotoandStop(1);
}
_root.mov1.gotoAndPlay(2);
}
thanx in advance