AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 local ksa = guiCreateStaticImage(276, 194, 262, 212, "sa.jpg", false) guiSetAlpha ( ksa , 0.5 ) function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( ksa , 1 ) guiSetPosition ( ksa,276, 210,false ) else guiSetAlpha ( ksa , 0.5 ) guiSetPosition ( ksa,276, 194,false ) end end addEventHandler('onClientMouseEnter',ksa,SetAlpha,false) addEventHandler('onClientMouseLeave',ksa,SetAlpha,false) مشكوور تقدر تخلي يجي معه صوت ! إذا أشرت Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 local ksa = guiCreateStaticImage(276, 194, 262, 212, "sa.jpg", false) guiSetAlpha ( ksa , 0.5 ) function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( ksa , 1 ) guiSetPosition ( ksa,276, 210,false ) if isElement ( sound ) then stopSound ( sound ) end sound = playSound('FilePath') else guiSetAlpha ( ksa , 0.5 ) guiSetPosition ( ksa,276, 194,false ) end end addEventHandler('onClientMouseEnter',ksa,SetAlpha,false) addEventHandler('onClientMouseLeave',ksa,SetAlpha,false) Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 برستيج كودي صحيح صح ؟ ! بس هو مآ عطآني إحدآثيآت آلصورةة ققبل مآ تتحركـ !! Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 عندكـ اشياء ماهي معرفة بالاحداثيات شوفها بنفسكـ ذذ Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 هو مآ عططآني آحدآثيآت آلصورةة ققبل مآ تتحركـ , ذذ كودي صحيح .. Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 برستيج كودي صحيح صح ؟ !بس هو مآ عطآني إحدآثيآت آلصورةة ققبل مآ تتحركـ !! مشكور أنت بعد ومشكووور يابرستيج .. Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 لا كودكـ مايشيل الالفا و مـ يرجع الصورة لـ مكانها اذا شلت الماوس ذذ == العفو حياكـ الله ذذ Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 آنآ كنت شآكـ ففي آلمآوس ليفف .. ققلت آعوضهآ بـ else يمققن تنففع , آلعفؤ آبو فيصصل .. 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