Ahmed_Negm Posted June 16, 2016 Share Posted June 16, 2016 رمضان كريم أولآ كل سنة وانت طيبين صحيح انا منشوراتي كترت عن المشاكل بس انا لسا جديد عايز احط فنكشن بالشكل دا login = guiCreateStaticImage(728, 500, 100, 100, "images/login.png", false, wnd) guiSetAlpha(login, 0.5) function alpha() guiSetAlpha(login, 1) addEventHandler ("onClientMouseEnter", resourceroot, alpha) Link to comment
' A F . Posted June 16, 2016 Share Posted June 16, 2016 onEnter = function ( ) if ( source == login ) then guiSetAlpha ( login , 1 ) end end addEventHandler("onClientMouseEnter",root,onEnter) 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