Kamis, 12 November 2015

New GUI Version By Aditya

--[♦Error♦]»Please Restart this Lua!!--


--»»»»»»»[INFORMATION]
--»This Lua is Created and Edited by Aditya!!
--»You can use 2 GUI now!!
--»im have permission for create this Lua
--»You Have Permission for edit this Lua, but don't to upload!!, you can edit this Lua for your Phone!!
--»if this Lua get a problem, please tell me okay?
--»Sorry if my English is bad, because I'm Indonesian!!
--»Having Fun ♥(^_^)♥




Sleep(1100)
Vibrate(2000)
Notify("♪Hello♪")
Notify("Wellcome to my GUI.Lua")

Screen:DrawRect(1, 1, 478, 155, Color:rgb(255, 90, 90))
Screen:DrawRect(1, 155, 478, 165, Color:rgb(90, 255, 90))
Screen:DrawRect(1, 620, 478, 175, Color:rgb(255, 150, 130))
Screen:DrawText("GUI Edited by a      a", ScreenSizeX / 2,760, 30, Color:rgb(30, 230, 30), true, 0)
Screen:DrawText("d", ScreenSizeX / 1.52, 760, 30, Color:rgb(130, 30, 20), true, 0)
Screen:DrawText("i", ScreenSizeX / 1.46, 760, 30, Color:rgb(255, 250, 130), true, 0)
Screen:DrawText("t", ScreenSizeX / 1.42, 760, 30, Color:rgb(70, 130, 220), true, 0)
Screen:DrawText("y", ScreenSizeX / 1.38, 760, 30, Color:rgb(255, 130, 220), true, 0)




GUI:SetRelativeMode(true)

OutputText = GUI:AddTextView(0, 0, 1.0, 0.1, "")
InputText = GUI:AddEditText(0, 0.1, 0.8, 0.1, "Put your text here")
Button= GUI:AddButton(0.8, 0.1, 0.2, 0.1, "Enter")
--
OutputText2 = GUI:AddTextView(0, 0.2, 1.0, 0.1, "")
InputText2 = GUI:AddEditText(0, 0.3, 0.8, 0.1, "Put your text here")
Button2= GUI:AddButton(0.8, 0.3, 0.2, 0.1, "Enter")
--
OutputText3 = GUI:AddTextView(0, 0.8, 1.0, 0.1, "")
InputText3 = GUI:AddEditText(99, 0.7, 1.0, 0.1, "   »Hello!!")
Button3= GUI:AddButton(0, 0.89, 1.0, 0.1, "")


function TouchButton()
OutputText:SetText(InputText:GetText())
end
function TouchButton2()
OutputText2:SetText(InputText2:GetText())
end
function TouchButton3()
OutputText3:SetText(InputText3:GetText())
end

Button:AddEventHandler("OnTouchUp", TouchButton)
Button2:AddEventHandler("OnTouchUp", TouchButton2)
Button3:AddEventHandler("OnTouchUp", TouchButton3)



--»Thanks for Download my Lua!! ♣♠♪♥♦


Tidak ada komentar:

Posting Komentar