fast moving text by Slayer9322nd Nov 2004 19:56
|
---|
Summary it blurs behind the text Description it blurs behind the text Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com `fast moving text `varibles a=100 b=200 `loop do `cls cls `text text a,b,"HI" inc a,5 set current bitmap 0 blur bitmap 0,8 sync loop |