#DRAGON!FIRE Posted April 9, 2013 Share Posted April 9, 2013 (edited) Alpha السلأم عليكم .. ي اخوان ابغى كود لو دخلت المؤشر ع الصورة الصورة تنور اعتقد شي بـ لاكن انا اعرف الحدث بس صراحة ما اعرف كيف استخدمه مع الكود وكيف اسوي الكود .. onClientMouseEnter Edited September 11, 2014 by Guest Link to comment
#DRAGON!FIRE Posted April 9, 2013 Author Share Posted April 9, 2013 (edited) عدلته اخوي برستيج .. لاكن ما قلت لي وش استخدم ؟ Edited September 11, 2014 by Guest Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 'onClientMouseLeave' guiCreateStaticImage حاول تسويه ونصححه لك. Link to comment
|Mr|-Talal07-| Posted April 9, 2013 Share Posted April 9, 2013 "onClientMouseEnter" "onClientMouseLeave" guiSetAlpha Link to comment
PaiN^ Posted April 9, 2013 Share Posted April 9, 2013 guiCreateStaticImage 'onClientMouseEnter' 'onClientMouseLeave' guiSetAlpha Link to comment
#DRAGON!FIRE Posted April 9, 2013 Author Share Posted April 9, 2013 اخوي شكلك فهمتني غلط --مسوي الصورة وكل شي ابغى الكود مو 'onClientMouseLeave' guiCreateStaticImage المشكلة مرة ما اعرف الكود Link to comment
iPrestege Posted April 9, 2013 Share Posted April 9, 2013 مثآل / addEventHandler("onClientMouseEnter",root, function ( ) if ( source == Image ) then guiSetAlpha(Image,1); end; end ); Link to comment
#DRAGON!FIRE Posted April 9, 2013 Author Share Posted April 9, 2013 (edited) مشكورين جميعأ ع المساعدة . Edited September 11, 2014 by Guest Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 مثآل / addEventHandler("onClientMouseEnter",root, function ( ) if ( source == Image ) then guiSetAlpha(Image,1); end; end ); يقدر يسوي صور فوق صور,, يعني عنده مثلا صوره آسمها Image1 and Image2 addEventHandler("onClientMouseLeave",root, function ( ) if ( source == Image2 ) then guiSetVisible(Window, true) end end ) Link to comment
PaiN^ Posted April 9, 2013 Share Posted April 9, 2013 مشكوووووورين + مشكور برستيج خخخخخخخخخخخخخخخ برستيج خخخ وربي ضحكتني Hopeless Forum Addict خخخخ شكلك فاضي العفوو,, يقدر يسوي صور فوق صور,,يعني عنده مثلا صوره آسمها Image1 and Image2 addEventHandler("onClientMouseLeave",root, function ( ) if ( source == Image2 ) then guiSetVisible(Window, true) end end ) !!!ليش اللحسة ذي كلها ؟؟ Link to comment
iPrestege Posted April 9, 2013 Share Posted April 9, 2013 مشكوووووورين + مشكور برستيج خخخخخخخخخخخخخخخ برستيج خخخ وربي ضحكتني Hopeless Forum Addict خخخخ شكلك فاضي في الخدمةة Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 مافهمت ولا شيء ? يعني في صوره مثلا الصور لونها ابيض, ويسوي صوره ثاني بنفس الاحداثيات ويخلي لون الكلام احمر مثلا, ويسوي الايفنت اذا مر على الصوره الاولى تظهر الثانيه,, وكأنهآ تغيرت Link to comment
PaiN^ Posted April 9, 2013 Share Posted April 9, 2013 ,, ما أشوف في داعي لحرق مساحةة الرامـ عالفاضي >> شاطح Link to comment
#DRAGON!FIRE Posted April 9, 2013 Author Share Posted April 9, 2013 مافهمت ولا شيء ? يعني في صوره مثلا الصور لونها ابيض, ويسوي صوره ثاني بنفس الاحداثيات ويخلي لون الكلام احمر مثلا, ويسوي الايفنت اذا مر على الصوره الاولى تظهر الثانيه,, وكأنهآ تغيرت طيب انت تقول اذا مر على الصورة وكاتب onClientMouseLeave عدل Link to comment
iPrestege Posted April 9, 2013 Share Posted April 9, 2013 مافهمت ولا شيء ? يعني في صوره مثلا الصور لونها ابيض, ويسوي صوره ثاني بنفس الاحداثيات ويخلي لون الكلام احمر مثلا, ويسوي الايفنت اذا مر على الصوره الاولى تظهر الثانيه,, وكأنهآ تغيرت لية ؟ فية وظائف تسويهـا مثل اللي سويتها لة وعن اذنكم طالع # Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Image then guiSetVisible ( Image2, true ) end end ) addEventHandler ( "onClientMouseLeave", root, function ( ) if source == Image then guiSetVisible ( Image2, false ) end end ) onClientMouseLeave بخصوص, كان خطأ مطبعيي ,, onClientMuseEnter المفروض آحطهآ ^ المهم تمت الافاده , آكتب تمت الافادهه,, Link to comment
iMr.Dawix~# Posted April 9, 2013 Share Posted April 9, 2013 هو يقصد يخليها شفافه مخفيه شوي لحطيت السهم عليها تصير واضحه انت جبت له يشيلها كلها ويرجعها function enter() if source == Image then guiSetAlpha(Image,255) end end addEventHandler( "onClientMouseEnter", root,enter) function leave() if source == Image then guiSetAlpha(Image,2) end end addEventHandler("onClientMouseLeave", root,leave) Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 هو يقصد يخليها شفافه مخفيه شوي لحطيت السهم عليها تصير واضحهانت جبت له يشيلها كلها ويرجعها function enter() if source == Image then guiSetAlpha(Image,255) end end addEventHandler( "onClientMouseEnter", root,enter) function leave() if source == Image then guiSetAlpha(Image,2) end end addEventHandler("onClientMouseLeave", root,leave) آهآ ما حسبته يبيها كذآ,, + رتبها احسن,, addEventHandler("onClientMouseEnter", root, function() if ( source == Image ) then guiSetAlpha(Image,255) end end ) addEventHandler("onClientMouseLeave", root, function() if ( source == Image ) then guiSetAlpha(Image,2) end end ) Link to comment
yazan Posted April 9, 2013 Share Posted April 9, 2013 GUIEditor_Image[1] = guiCreateStaticImage(29,63,366,472,"11/1.png",false) guiSetAlpha(GUIEditor_Image[1],0.2) addEventHandler("onClientMouseEnter",GUIEditor_Image[1], function ( ) guiSetAlpha(GUIEditor_Image[1],1) end,false) addEventHandler("onClientMouseLeave",GUIEditor_Image[1], function ( ) guiSetAlpha(GUIEditor_Image[1],0.2) end,false) 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