Fox501 Posted May 26, 2012 Share Posted May 26, 2012 شباب ابي كود اذا وآحد اشر ع الصوره تطلع صوره ثآنيه اذا اشر مو ضغط اضن ان الكود سهل بس انا فيني نوم و ما فيني حيل ادور الكود يعني اذا مر بالماوس على الصوره Link to comment
TAPL Posted May 26, 2012 Share Posted May 26, 2012 https://wiki.multitheftauto.com/wiki/OnClientMouseEnter Link to comment
Fox501 Posted May 26, 2012 Author Share Posted May 26, 2012 وش استفيد بذي addEventHandler( "onClientMouseEnter", getRootElement(), function(aX, aY) outputChatBox( "You're pointing at a GUI element at ("..tostring(aX)..", "..tostring(aY)..")") end ) ابي اعرف وين الصوره الي يأشر عليها تطلع صوره ثآني هاذي تطلع كلام انا ابي اذا اشر واحد على 1.png تتطلع له 2.png و اذا بعد من 2.png تطلع له 1.png اخوي مجرم مسويها في شوبه Link to comment
TAPL Posted May 26, 2012 Share Posted May 26, 2012 وش استفيد بذي addEventHandler( "onClientMouseEnter", getRootElement(), function(aX, aY) outputChatBox( "You're pointing at a GUI element at ("..tostring(aX)..", "..tostring(aY)..")") end ) ابي اعرف وين الصوره الي يأشر عليها تطلع صوره ثآني هاذي تطلع كلام انا ابي اذا اشر واحد على 1.png تتطلع له 2.png و اذا بعد من 2.png تطلع له 1.png اخوي مجرم مسويها في شوبه Read Wiki: The source of this event is the GUI element that was pointed at. مثال وبالنسبة للصورة ذي مع نفسك Link to comment
Al3grab Posted May 28, 2012 Share Posted May 28, 2012 addEventHandler("onClientMouseEnter",root,function(_,__) if source == myGui then -- myGui = الصورة guiStaticImageLoadImage(myGui,"anotherimage.png") -- anotherimage.png مسار الصورة الجديدة end end ) Link to comment
Fox501 Posted May 29, 2012 Author Share Posted May 29, 2012 addEventHandler("onClientMouseEnter",root,function(_,__) if source == myGui then -- myGui = الصورة guiStaticImageLoadImage(myGui,"anotherimage.png") -- anotherimage.png مسار الصورة الجديدة end end ) وربي كفووووو هذول الفله الي يعطون الأكواد مو مثل بعض النآس بخيل وربي 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