Jump to content

Problem!


Recommended Posts

سوي الأزرار على الصصورة .. مهو تسويها على النافذة ثم تسوي الصورة #

مثآل ..

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

معليش اخواني سويت كذاا وماضبطت

:\

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...