function (어떤 OnSync나 이벤트 콜백)
A=UI.GetTime()
end
A=0 B=0 C=0
function UI.Event:OnUpdate(time)
if A ~= 0 then
B=tonumber(string.for/mat(UI.GetTime()-A))
if B <= 2 then -- 2초부터 사라지기 시작
Text:Set({a=255})
else
if B < 3 then -- 완전히 사라지기 까지의 시간 1초(3 - 2)
C=tonumber(string.for/mat(UI.GetTime()-A-2))*255 -- 1초로 가정했으니 연산도 1초에 255가 나오게
Text:Set({a=255-C})
else
A = 0
Text:Set({a=0})
end
end
end
/ 제거
끗