Code: Select all
@BRUSH 0, "mail.png", {loadalpha = True}
@BRUSH 1, "lupe.png", {loadalpha = True}
SaveBrush(0, "ram:T/mail.info", 0, #IMGFMT_PNG)
SaveBrush(1, "ram:T/lupe.info", 0, #IMGFMT_PNG)
@DISPLAY
{
Title = "test",
Borderless = false,
Layers = True,
sizeable = False,
width = 234,
height = 164,
hidden = false,
active = True,
dragregion = {{ type = #BOX, x = 0, y = 0, width = 234, height = 100}}
}
repeat
SetWBIcon("ram:T/mail.info")
Wait(2, #SECONDS)
SetWBIcon("ram:T/lupe.info")
Wait(2, #SECONDS)
forever