3ssol Posted March 8, 2013 Share Posted March 8, 2013 (edited) سلام عليكم المشكله لما اصمم شوب مثلا احط وراه صوره ماتطلع يعني تخرب الدنيا و الزر يختفي ليه ؟ Edited March 8, 2013 by Guest Link to comment
===|OSAMA|=== Posted March 8, 2013 Share Posted March 8, 2013 سوي الأزرار على الصصورة .. مهو تسويها على النافذة ثم تسوي الصورة # مثآل .. shopWindow = guiCreateWindow ( 200, 200, 555, 550, "Shop Panel", false ) -- نقوم بإنشاء النافذة BackGround = guiCreateStaticImage ( 0, 0, 535, 488, "BackGround.png", false, shopWindow ) -- نقوم بإنشاء الصورة على النافذة Button = guiCreateButton ( 50, 50, 85, 35, "The Button", false, BackGround )-- نقوم بإنشاء الزر على الصورة Link to comment
3ssol Posted March 8, 2013 Author Share Posted March 8, 2013 كفوو + ييعطيك العافيه بس ي ليت توضحلي هذا السطر Button = guiCreateButton ( 50, 50, 85, 35, "The Button", false, BackGround ) "The Button" هنا وش احط ؟ Link to comment
3ssol Posted March 8, 2013 Author Share Posted March 8, 2013 فهمت , قصدك الكلام الي يكون داخل الزر صح ؟ + مشكوور مقدما ض2 Link to comment
===|OSAMA|=== Posted March 8, 2013 Share Posted March 8, 2013 فهمت ,قصدك الكلام الي يكون داخل الزر صح ؟ + مشكوور مقدما ض2 يب # Link to comment
3ssol Posted March 8, 2013 Author Share Posted March 8, 2013 يعطيكم العااافيه ومشكورين Link to comment
3ssol Posted March 8, 2013 Author Share Posted March 8, 2013 معليش اخواني سويت كذاا وماضبطت :\ GUIEditor_Window[1] = guiCreateWindow ( 200, 200, 555, 550, "Shop", false ) guiSetVisible (GUIEditor_Window[1], false) guiSetAlpha(GUIEditor_Window[1],1) Button = guiCreateButton ( 0.0598,0.299,0.178,0.0754,"Fix", false, LO7AH ) Button2 = guiCreateButton ( 0.4126,0.2965,0.178,0.0754,"Kill", false, LO7AH ) Button3 = guiCreateButton ( 0.7685,0.294,0.1732,0.0754,"createped", false, LO7AH ) GUIEditor_Label[1] = guiCreateLabel ( 0.0142,0.9422,0.1937,0.0377,"~]|[ By : 3ssol ]|[~", false, LO7AH ) LO7AH = guiCreateStaticImage ( 0.0142,0.0628,0.9717,0.9146,"images/LO7AH.png", false, GUIEditor_Window[1] ) Link to comment
iPrestege Posted March 8, 2013 Share Posted March 8, 2013 GUIEditor_Window = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow ( 200, 200, 555, 550, "Shop", false ) LO7AH = guiCreateStaticImage ( 0.0142,0.0628,0.9717,0.9146,"images/LO7AH.png", true, GUIEditor_Window[1] ) Button = guiCreateButton ( 0.0598,0.299,0.178,0.0754,"Fix", true, LO7AH ) Button2 = guiCreateButton ( 0.4126,0.2965,0.178,0.0754,"Kill", true, LO7AH ) Button3 = guiCreateButton ( 0.7685,0.294,0.1732,0.0754,"createped", true, LO7AH ) GUIEditor_Label[1] = guiCreateLabel ( 0.0142,0.9422,0.1937,0.0377,"~]|[ By : 3ssol ]|[~", true, LO7AH ) Link to comment
iPrestege Posted March 8, 2013 Share Posted March 8, 2013 You're Welcome And It's Problem Not Proplem 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