Group 94 Flash
Group 94 Flash
Out of context: Reply #3
- Started
- Last post
- 19 Responses
- madino0
print is nice...
but... I see how the split works...
textstring = "the flash test";
sho = textstring.split(",");
_root.thebox.text = sho;not sure how to run a loop to display each character seperately....