If i create n movieclip with the createEmptyMovieClip giving to anyone a 
different name is possible to know the x and y value from another function?
To me seem no , if i create for example 10 movie clip and in another function 
i write 
trace("x : "+movieclip1._x) 
trace("y : "+movieclip1._y) 

trace("x : "+movieclip2._x) 
trace("y : "+movieclip2._y) 


...


it writes always 0...


Any suggestion?
Thanks
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to