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 6 : for y=0 to 4
  paste image 1,x*100,y*100
  wait 100
next y : next x

wait key