Setvirtualresolution(640,480)
AddVirtualButton(1,320,240,80)
Do
For i=100 to 255
If GetVirtualButtonPressed(1)=1 then End
SetVirtualButtonAlpha(1,i)
Sync()
Next i
Loop
End
Help make AGK better by submitting an example for this command! (All examples are subject to approval)