|
|
To Msaleh
So my code will be: On my action frame;
bouton0.onRelease = function() { controleur.imgView = "img0"; _level1.dataControler.dataNum = "0"; _level2.dataControler.numBouton = "0"; } And on my controler;
onClipEvent (load) { //var imgAllPath = targetPath(_parent.imgAll);.valueOf() var endX = _parent.imgAll._x; var endY = _parent.imgAll._y; var imgView = "img0"; for (i=1; i<11; i++){ numBouton.duplicateMovieClip("numBouton"+i, i); this["numBouton"+i]._x += i*20; this["numBouton"+i].num = i; }
But it doesn't work. Can you help
FlashKit > Flash Help > Flash MX
Posted on: 08-21-2002, 11:08 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
|
|
|