Using Loops

i want this to happen:


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*/