AboFaisal Posted June 1, 2013 Share Posted June 1, 2013 السلام عليكم ورحمه الله وبركاته ابي كود اللي هو لمن تأشر على صوره ترتفع وتصير الإضاءه عاليه شوي أضن الكود معروف بس حبيت أوضح لكم أكثر وسلآمتكم , ي الربع Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 onClientMouseEnter onClientMouseLeave guiSetAlpha Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 onClientMouseEnteronClientMouseLeave guiSetAlpha مثال Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( MyElement , 1 ) else guiSetAlpha ( MyElement , 0.5 ) end end addEventHandler('onClientMouseEnter',MyElement,SetAlpha,false) addEventHandler('onClientMouseLeave',MyElement,SetAlpha,false) MyElement = الالمنت Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( MyElement , 1 ) else guiSetAlpha ( MyElement , 0.5 ) end end addEventHandler('onClientMouseEnter',MyElement,SetAlpha,false) addEventHandler('onClientMouseLeave',MyElement,SetAlpha,false) MyElement = الالمنت نآققصصكـ إففنت ! , يققولكـ يبي آلصورةة ترتففع ؟ ! Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( MyElement , 1 ) else guiSetAlpha ( MyElement , 0.5 ) end end addEventHandler('onClientMouseEnter',MyElement,SetAlpha,false) addEventHandler('onClientMouseLeave',MyElement,SetAlpha,false) الكود لحوس مخي Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( MyElement , 1 ) else guiSetAlpha ( MyElement , 0.5 ) end end addEventHandler('onClientMouseEnter',MyElement,SetAlpha,false) addEventHandler('onClientMouseLeave',MyElement,SetAlpha,false) MyElement = الالمنت نآققصصكـ إففنت ! , يققولكـ يبي آلصورةة ترتففع ؟ ! يلا ي بططل صححة .. ورني الخطأ .. فيصل وش اللي مافهمتة سهل ؟ Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 فيصل وش اللي مافهمتة سهل ؟[/b] وين أحط ksa = guiCreateStaticImage(276, 194, 262, 212, "sa.jpg", false) بالتحديد ksa = guiCreateStaticImage Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( ksa , 1 ) else guiSetAlpha ( ksa , 0.5 ) 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
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( ksa , 1 ) else guiSetAlpha ( ksa , 0.5 ) 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
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 ألألففآ شي ,وآلإرتففآع شي , آلألففآ للظهور , وألإرتففآع تعرفف ! :\ , يققولكـ يبي لمآ يمرر آلمآوس ع صورةة آلصورةة تصير مضيئةة , وترتفع ! تماماً Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 وش هو الاي ماضبط؟ الالفا تمام توني جربتة ؟ مايضئ ولا يرتفع ولا شي Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 آلإرتففآع ع مآ آعتققد يجي , بـ guiSetPosition ويبيلهـ إحدآثيآت .. عططني آلإحدآثيآت يلي تبي آلليبل يكون ففيهآ . Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 عططني آلإحدآثيآت يلي تبي آلليبل يكون ففيهآ .[/b] 276, 194, 262, 212 Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 (edited) addEventHandler("onClientMouseEnter", root, function(aX, aY) if ( source == ksa ) then guiSetPosition(ksa,276,194,true) guiSetAlpha(ksa,1) else guiSetPosition(ksa,x,y,true) guiSetAlpha(ksa,0.5) end end ) Edited June 1, 2013 by Guest Link to comment
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 آلمشكلةة آن آلأرققمنآت حقق guiSetPositionفققط آثنين , بس آنت عططيتني آربعةة ! 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 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
AboFaisal Posted June 1, 2013 Author Share Posted June 1, 2013 addEventHandler("onClientMouseEnter", root, function(aX, aY) if ( source == ksa ) then guiSetPosition(ksa,276,194,true) guiSetAlpha(ksa,1) else guiSetPosition(ksa,x,y,true) guiSetAlpha(ksa,0.5) end end ) يشتغل الكود ! بس إذا مررت الزر على الصوره تختفي . ! Link to comment
S4MuEL Posted June 1, 2013 Share Posted June 1, 2013 ققلت لكـ عطنني آحدآثيآت آلصورةة ققبل ما تبيهآ تتحركـ , 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