Jump to content

= [ آستفسار ] =


Recommended Posts

سويت زي كذا لكن مازبط

 

local x, y = guiGetScreenSize ( ) -- تجيب مقاسات الشاشه 
local sx, sy = 800, 600 -- تحط مقاس الشاشه حقك 
local resX, resY = 599, 408 -- تحط الاحداثيات الطول والعرض 
local screenX, screenY = x * ( resX / sx ), y * ( resY / sy ) -- عمليات ضرب وقسمه عشان تصير نفس المقاس لكل الشاش
local rot = 5 
function dxDrawLoading() 
 rot = rot + 1 
 if rot > 360 then rot = 0 end
 dxDrawImage(599, 408, 106, 81, "load.png",rot)
end 

 

Edited by back!_
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...