AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 شباب لو بغيت اخلي الماوس اول مايتوجه على صورة تتغير الصورة استخدم حدث : onClientMouseEnter فنكشن : guiSetVisible ولا وش أستخدم بالضبط ؟؟ Link to comment
AhmeD~9MoD Posted June 7, 2013 Author Share Posted June 7, 2013 guiStaticImageLoadImage ^ مثال Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 addEventHandler('onClientMouseEnter',MyImage, function ( ) guiStaticImageLoadImage ( MyOldImage,'FilePath' ) end,false ) Link to comment
AhmeD~9MoD Posted June 7, 2013 Author Share Posted June 7, 2013 addEventHandler('onClientMouseEnter',MyImage, function ( ) guiStaticImageLoadImage ( MyOldImage,'FilePath' ) end,false ) local img = guiCreateStaticImage(10, 0, 152, 188, "AhmedSmood.png", false, GUIEditor.window[1]) -- إنشاء صورة guiStaticImageLoadImage ( img,'1.png' ) -- نخلي إستبدال img.png --الي راح نستبدلها عند توجيه الماوس 1.png -- راح تستبدل بـ الصورة "img.png" ? 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