Skip to main content
Participating Frequently
April 21, 2006
Question

convert string to movielcip

  • April 21, 2006
  • 2 replies
  • 218 views
hi

how do i convert a string to a movieclip

say i have

var mcNew:String = "_root.mcFigure.mcColor"
how do i convert mcNew into a moveclip??

please help

thanks
This topic has been closed for replies.

2 replies

Participating Frequently
July 23, 2006
Thanks for your support
6thproject
Known Participant
April 21, 2006
var myMC:MovieClip = eval(mcNew);