I have a bunch of thumbnails created by attachMovie.
Then when you click on one, I use “this” which returns me the complete mc path to this tumbnail icon.
I only want the last part which is a number. And sometimes it is more than one character.
Example:
_level0.Stage.thumbNail12
newVar = this; (returns me the whole mc)
I want to extract the number “12” at the end, and set another variable equal to only the 12.
Does this make sense?
Ron