So, at first, I just wanted a transparent png splash screen and the idea came to me to simulate their movements just for fun
and it gives this : 3 examples
#include <GDIPlus.au3>
#include <WindowsConstants.au3>
#include <GuiConstantsEx.au3>
Dim $_GuiDelete
$sPngUrl = 'http://s21.postimg.org/4hofttn9z/20141102175221.png'
$sPngPath = @TempDir & '\temp1.png'
If Not FileExists ( $sPngPath ) Then InetGet ( $sPngUrl, $sPngPath, 1 )
_GDIPlus_Startup ()
$hImage = _GDIPlus_I