после таймера не идет действие

IlyaHL2

Активный
Автор темы
231
48
AutoHotKey:
MaxIndex := Num := 3
Gui Margin, 0, 0
Gui, Font, s64 Bold, Tempus Sans ITC
Gui -Caption +AlwaysOnTop +E0x08000000 +Lastfound 
Gui Color, 0x1C9900
WinSet, TransColor, 0x1C9900
Gui Add, Text, vText cDBC935 Center, % MaxIndex
Gui Show, NA x5 y5

Picture: 
{
    GuiControl,, Text, % Num--
    SetTimer, % Num = 0 ? "Hide" : "Picture", -1000
    Return
}

Hide:
{
    Gui Hide
    Return
}

Send /home {Enter}