Extended @argumentum example with drag/mouse movement  #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> ;~ gone to ;~ https://www.autoitscript.com/wiki/Snippets_(_GUI_)#Animate_Display ;~ for simplicity Global $g_hGui, $g_aGuiPos, $g_hPic, $g_aPicPos, $trans = 0, $iPic, $hPic Example() Func Example() local $dragMerlin=false $g_hGui = GUICreate("test Animate Display", 200, 100)