.....Unless I use the current frame number as alphabetical value? I could create an array with each alphabetical value("A-Z"), index 0 is A, index 25 is Z......I could say if
LetterArray.at(Letter.AnimationFrame) = uppercase(mid(WordArray.At(index),index2,1))
Then correct?
Am I crazy or does that sound viable?