Hi All,

I wanted to know how following flex code will work if i have written like
that:

canvas.addChild(img1);
var moveEff:Move = new Move();
moveEff.duration = 100;
moveEff.target = img1;// any image
moveEff.moveTo = newx
..
..
moveEff.play();
canvas.graphics.lineStyle(..)
canvas.graphics.drawCircle(img1.x,img1.y, 10);.

Will the play() will execute first then it will draw a circle on
moving/moved position. OR it will immediatly create the circle while move
effect is running?

-- 
View this message in context: 
http://old.nabble.com/behavior-of-play%28%29-method-of-move-effect-tp34295834p34295834.html
Sent from the Flex India mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to