Do_De<3 Posted June 15, 2014 Share Posted June 15, 2014 السسلام عليكمم # بغيت كود يخلي الزر يكون عليهه صورةة واذا حطيت الماوس عليهه يتغير لصورةة ثآنيهه وآذآ شلة الماوس عن الزر يرجع نفس الصورهه الي قبل طبعآ تكون للزرآر حقت السيرفر كلهآ بدون مآروح مود مود واحط فيهه الكود < سودآني لآهنتم # Link to comment
xMr.SAAD Posted June 15, 2014 Share Posted June 15, 2014 onClientMouseEnter onClientMouseLeave Link to comment
Do_De<3 Posted June 15, 2014 Author Share Posted June 15, 2014 onClientMouseLeave'>onClientMouseEnteronClientMouseLeave اول شي استخدم lua ثآني شي آدري ان ذي الاكواد : ) بسس ابيهآ لكل السيرفر Link to comment
xMr.SAAD Posted June 15, 2014 Share Posted June 15, 2014 ولا اقولك تعالي سكايبي > Skype : SaaaD181 + ذا زر معلق عندي مو رآضي Link to comment
Do_De<3 Posted June 15, 2014 Author Share Posted June 15, 2014 ولا اقولك تعالي سكايبي > Skype : SaaaD181 + ذا زر معلق عندي مو رآضي مسوي لي حظر !! Link to comment
Do_De<3 Posted June 15, 2014 Author Share Posted June 15, 2014 وشو سكآيبي حقك ~ enksar58 Link to comment
Do_De<3 Posted June 15, 2014 Author Share Posted June 15, 2014 محد آفآدني الى الحين #@ Link to comment
Do_De<3 Posted June 15, 2014 Author Share Posted June 15, 2014 هذا dx نطيل شفت الفري روم الي سويته انت ! الي اذا حطيت الماوس على الزر يتغير صورة الزر ؟ هذآ الي ابيه Link to comment
' ρяofзśŝoя 亗 Posted June 15, 2014 Share Posted June 15, 2014 هذا dx نطيل شفت الفري روم الي سويته انت ! الي اذا حطيت الماوس على الزر يتغير صورة الزر ؟ هذآ الي ابيه guiCreateStaticImage -- انشاء زر بالاصل صورهه لكن تحولها زر --- onClientMouseEnter -- حدث اذ جاء الماوس على الصورهه guiStaticImageLoadImage -- تتغير الصورهه Link to comment
Do_De<3 Posted June 15, 2014 Author Share Posted June 15, 2014 طيب ابي الكود كامل انا : / Link to comment
' ρяofзśŝoя 亗 Posted June 16, 2014 Share Posted June 16, 2014 local myImage = guiCreateStaticImage ( 0.45, 0.48, 0.2, 0.5, "otherimage.png", true ) -- الصورهه الاساسية -- حدث لمس الصورهه ب الماوس addEventHandler( "onClientMouseEnter", root, function () -- بدايه الوظيفه guiStaticImageLoadImage ( myImage, "otherimage.png" ) -- تغغير الصورهه ل صوره اخرى end -- انهاء الوظيفةة ) -- اغلاق الحدث Link to comment
Do_De<3 Posted June 16, 2014 Author Share Posted June 16, 2014 local myImage = guiCreateStaticImage ( 0.45, 0.48, 0.2, 0.5, "otherimage.png", true ) -- الصورهه الاساسية -- حدث لمس الصورهه ب الماوس addEventHandler( "onClientMouseEnter", root, function () -- بدايه الوظيفه guiStaticImageLoadImage ( myImage, "otherimage.png" ) -- تغغير الصورهه ل صوره اخرى end -- انهاء الوظيفةة ) -- طيب وين الي يغير الزر !! Link to comment
' ρяofзśŝoя 亗 Posted June 16, 2014 Share Posted June 16, 2014 local myImage = guiCreateStaticImage ( 0.45, 0.48, 0.2, 0.5, "otherimage.png", true ) -- الصورهه الاساسية -- حدث لمس الصورهه ب الماوس addEventHandler( "onClientMouseEnter", root, function () -- بدايه الوظيفه guiStaticImageLoadImage ( myImage, "otherimage.png" ) -- تغغير الصورهه ل صوره اخرى end -- انهاء الوظيفةة ) -- طيب وين الي يغير الزر !! خلاص اول سطر هو الصورهه يعني الموجودهه ع النافذة addEventHandler( "onClientMouseEnter", root, -- وهنا اذ حطيت الماوس ع الصورهه guiStaticImageLoadImage ( myImage, "otherimage.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