sorry guys im a Visual Basic Programmer… so my terms might be a litle wrong…
I want to have Loop like this:
Do /* start a loop */
b1.alpha /*alpha is alpha level */ = b1.alpha + 5 */ Here i want the current alpha plus 5 */
Loop Until b1.alpha = 100 /* When the alpha level is 100, stop loop*/