Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance, force
- Coordmode Mouse, Screen
- xpos1:=0
- ypos1:=0
- Loop
- {
- MouseGetPos, xpos, ypos
- If (xpos!=xpos1 and ypos!=ypos1)
- {
- Splashimage 1:,% "B W" 100 "H3 Y" ypos-50 "X" xpos-50 "CWFF0000"
- Splashimage 2:,% "B W" 100 "H3 Y" ypos+50 "X" xpos-50 "CWFF0000"
- Splashimage 3:,% "B H" 100 "W3 X" xpos-50 "Y" ypos-50 "CWFF0000"
- Splashimage 4:,% "B H" 103 "W3 X" xpos+50 "Y" ypos-50 "CWFF0000"
- xpos1:=xpos
- ypos1:=ypos
- }
- }
- F2:: ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement