REM Autor : F. Osorio REM Criado: Agosto 2005 REM REM ***** Código Fonte Principal ***** REM rem Carrega imagem e move ela na tela load image "media\ULogo.bmp",1 for x=0 to 54 : for y=0 to 380 paste image 1,x*10,y wait 1 cls if escapekey() then end next y : next x wait key