Kimchee
11-10-2008, 12:57 PM
I have a program that when a certain action is performed I want to be able to stop computing for about .5 seconds and have text pop up and then fade out.
2 problems. How can I pause the program while the text is fading out, and how can I get text to fade out? I image mytext.alpha +=.1 in a loop or something, but I imagine there is a slicker tween function or soomething.
2 problems. How can I pause the program while the text is fading out, and how can I get text to fade out? I image mytext.alpha +=.1 in a loop or something, but I imagine there is a slicker tween function or soomething.