all groups > flash actionscript > february 2005 >
You're in the

flash actionscript

group:

Dynamic setting of _x and _y



Dynamic setting of _x and _y bpurcella
2/25/2005 10:15:35 PM
flash actionscript: Hi all, Setup I have 4 questions(MC0-3_mc) on a page, when the student gets
it wrong I want to suffle the questions from 0,1,2,3 to 3,0,1,2 then if they
are really dense do it all over again 2,0,1,3 till they get it right. I have
the _x and _y I just can't re-shuffle the x/y Thanks Bobby
Re: Dynamic setting of _x and _y JamesDad
2/25/2005 11:01:42 PM
You should be able to set the x and y values by simply assigning them, like so:

MC0_mc._x = 10;
MC0_mc._y = 10;
AddThis Social Bookmark Button