how do I go about converting a number into a string.
I have tried String(num);
that doesnt seem to be working. I need to use this string as such: duplicateMovieClip(name, “I need the converted num to string here”, dep);
Can someone help me out - show how to convert it and how I use that converted text as an argument above.