WinSetTrans("Splash","",1)
WinMove("Splash","", @DesktopWidth/2-300/2, @DesktopHeight/2-200/2)
For $trans=0 to 255
WinSetTrans("Splash","",$trans)
$trans+=1
Sleep(5)
Next
Sleep(250)
For $trans=255 to 0 Step -1
$trans-=1
WinSetTrans("Splash","",$trans)
Sleep(5)
Next
SplashOff()
스플래시 이미지가 나타났다 사라지는 방법의 예제...
런처 만들때 써먹어야지 ^^;
댓글 없음:
댓글 쓰기