Jump to content

مساعدة في الفرى رؤم الصور


Recommended Posts

السلام عليكم،

 

شباب أبي اسوي للفري روم الأصلية صورة خلفية !! كيف؟

( أريد اخلي صورة خلفيه للفري روم الأصلية و أستطيع تحريك لوحة للفري روم بحرية )

 

شكرا

Link to comment

بنسبة تسوي خلفية

function guiCreateWindow(x2, y2, width2, height2, titleBarText2, relative2)
	local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "اسم الخلفية.png", relative2 )
	local mainBackgroundLabel = guiCreateLabel ( 0, 0, 700, 100, "               "..titleBarText2, false, mainBackground )
	guiSetAlpha( mainBackground, 0.9)
	guiSetEnabled ( mainBackgroundLabel, false )
	return mainBackground
end

 

كيف يعني تحرك لوحة فريروم بحرية

يعني تخلي لوحة تتحرك ؟

 

Link to comment
  On 04/07/2018 at 03:01, Dr.Marco said:

بنسبة تسوي خلفية

function guiCreateWindow(x2, y2, width2, height2, titleBarText2, relative2)
	local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "اسم الخلفية.png", relative2 )
	local mainBackgroundLabel = guiCreateLabel ( 0, 0, 700, 100, "               "..titleBarText2, false, mainBackground )
	guiSetAlpha( mainBackground, 0.9)
	guiSetEnabled ( mainBackgroundLabel, false )
	return mainBackground
end

 

كيف يعني تحرك لوحة فريروم بحرية

يعني تخلي لوحة تتحرك ؟

 

Expand  

سويت الكود حقكك  , ولكن لا يسوي اللوحة تتـحرك !ض
شوف كيف
 

2315968666e786d75a1bece49dc0447f10ea50e2

 

 

Link to comment
  On 05/07/2018 at 13:06, Mr.OppS said:

مو مشكلة اخى, حط الأكود
وشباب أكيد ميقصرون

Expand  
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2, absoluteX, absoluteY )
	local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "background.png", relative2 )
	local mainBackgroundLabel = guiCreateLabel ( 0, 5, width2, height2, titleBarText2, false, mainBackground )
	guiLabelSetHorizontalAlign( mainBackgroundLabel, "center" )
	guiSetFont ( mainBackgroundLabel, myFont2 )
	return mainBackground
end

 

Link to comment
  On 05/07/2018 at 13:17, MR.TOUNSI said:

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2, absoluteX, absoluteY )
	local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "background.png", relative2 )
	local mainBackgroundLabel = guiCreateLabel ( 0, 5, width2, height2, titleBarText2, false, mainBackground )
	guiLabelSetHorizontalAlign( mainBackgroundLabel, "center" )
	guiSetFont ( mainBackgroundLabel, myFont2 )
	return mainBackground
end

 

Expand  

نفس الأكواد مافي أخـتـلاف

  On 04/07/2018 at 03:01, Dr.Marco said:

بنسبة تسوي خلفية


function guiCreateWindow(x2, y2, width2, height2, titleBarText2, relative2)
	local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "اسم الخلفية.png", relative2 )
	local mainBackgroundLabel = guiCreateLabel ( 0, 0, 700, 100, "               "..titleBarText2, false, mainBackground )
	guiSetAlpha( mainBackground, 0.9)
	guiSetEnabled ( mainBackgroundLabel, false )
	return mainBackground
end

 

 

 

Expand  

 

Link to comment
  On 05/07/2018 at 13:26, MR.TOUNSI said:

يخي كيف م في اختلاف جرب الكود وارجع قولي وش صار معك

Expand  

أكيد،جربت! و بعد كتبت النتيجة 

ما في اختلاف فقط يصير صورة خلفيه

و لا أستطيع تحريك اللوحة !! راجع انت اكوادك

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...