LiOneLMeSsIShoT Posted September 23, 2014 Share Posted September 23, 2014 Hello, Designed a photoshop login panel, but the problem here how can i define the inputs of username and password with lua scripting? should i just make a hidden edit boxes and buttons under it? or how can i do that good? also i would like to know how to make shadows in button with exculative color, like this,"onClientMouseEnter" when the mouse enter it...it gives another color, like...set alpha to 1 but with an other color? i hope you understand what i mean... also how to get the Check Boxes and such things like that... At the End! i would like to tell you that i want to know how to make effects like in this video! How to make the color on buttons effects, how to define the edit boxes of username, password....ETC Own Project Link to comment
Anubhav Posted September 23, 2014 Share Posted September 23, 2014 (edited) 1. You could get x,y or a seperate image. The parent should be the element! 2. You can replace images. EDIT: You can make a hidden edit! Edited September 23, 2014 by Guest Link to comment
LiOneLMeSsIShoT Posted September 23, 2014 Author Share Posted September 23, 2014 1. You could get x,y or a seperate image. The parent should be the element!2. You can replace images! Could you give me the event, codes that i'm going to use? and give me an simple example "not a lua language professional" Link to comment
Anubhav Posted September 23, 2014 Share Posted September 23, 2014 guiCreateEdit guiGetText guiSetAlpha Link to comment
LiOneLMeSsIShoT Posted September 23, 2014 Author Share Posted September 23, 2014 guiCreateEdit guiGetText guiSetAlpha guiGetText? hmmm..what will i use it for ? also ...how to change the color of the button, setalpha gonna make it more ...darker...but not with a exculative color, isn't it? Link to comment
Anubhav Posted September 23, 2014 Share Posted September 23, 2014 Replace the image as I said. Using guiSetVisible keep changing it. Link to comment
LiOneLMeSsIShoT Posted September 23, 2014 Author Share Posted September 23, 2014 guiCreateEdit guiGetText guiSetAlpha guiGetText? hmmm..what will i use it for ? also ...how to change the color of the button, setalpha gonna make it more ...darker...but not with a exculative color, isn't it? guiCreateEdit? should i make a edit box and hide it? behind the image of .... ... ... login edit box? Link to comment
Saml1er Posted September 23, 2014 Share Posted September 23, 2014 guiCreateEdit guiGetText guiSetAlpha guiGetText? hmmm..what will i use it for ? also ...how to change the color of the button, setalpha gonna make it more ...darker...but not with a exculative color, isn't it? guiCreateEdit? should i make a edit box and hide it? behind the image of .... ... ... login edit box? edit1 = guiCreateEdit (...) guiSetAlpha ( edit1, 0) This will make the edit box transparent. Link to comment
Anubhav Posted September 23, 2014 Share Posted September 23, 2014 guiGetText? hmmm..what will i use it for ? also ...how to change the color of the button, setalpha gonna make it more ...darker...but not with a exculative color, isn't it? guiCreateEdit? should i make a edit box and hide it? behind the image of .... ... ... login edit box? edit1 = guiCreateEdit (...) guiSetAlpha ( edit1, 0) This will make the edit box transparent. OMG YES! I had used a event ( can't remember ) with was when you press a key it will type. So why not try it? You can use it by images and positions. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now