Jump to content

يغلق


Rockyz

Recommended Posts

  • Replies 81
  • Created
  • Last Reply

Top Posters In This Topic

PaiN استخخدم مود الاخ

فهو اسهل لك بكثير من كل هذي

مثال بسيط عليه:

local screenW, screenH = guiGetScreenSize() 
win = guiCreateWindow(10, (screenH - 406) / 2, 400, 406, "Test Window", false) 
guiWindowSetSizable(win, false) 
guiSetAlpha(win, 1.00) 
guiSetVisible (win, false) 
  
local startX = 10 -- X مكان بدء النافذه بالتحرك 
local startY = (screenH - 406) / 2 -- Y مكان بدء النافذه بالتحرك 
local startW = 400 -- W عرض النافذه 
local startH = 406 -- H طول النافذه 
local endX = (screenW - 400) / 2 -- X مكان انتهاء التحرك 
local endY = (screenH - 406) / 2 -- Y مكان انتهاء التحرك 
local endW = 400 -- W عرض النافذه 
local endH = 406 -- H طول النافذه 
  
local startX2 = (screenW - 400) / 2 -- X مكان بدء النافذه بالتحرك 
local startY2 = (screenH - 406) / 2 -- Y مكان بدء النافذه بالتحرك 
local startW2 = 400 -- W عرض النافذه 
local startH2 = 406 -- H طول النافذه 
local endX2 = 10 -- X مكان انتهاء التحرك 
local endY2 = (screenH - 406) / 2 -- Y مكان انتهاء التحرك 
local endW2 = 400 -- W عرض النافذه 
local endH2 = 406 -- H طول النافذه 
  
local seconds = 2 -- الثواني للأنتهاء من التحرك 
  
addCommandHandler ("view",  
  function () 
    if guiGetVisible (win) == false then 
      exports.gie:guiAddInterpolateEffect (win, startX, startY, startW, startH, endX, endY, endW, endH, seconds, "OutBounce", "OutBounce", true) 
      showCursor (true) 
    else 
      exports.gie:guiAddInterpolateEffect (win, startX2, startY2, startW2, startH2, endX2, endY2, endW2, endH2, seconds, "OutBounce", "OutBounce", false) 
      showCursor (false) 
    end 
  end 
) 

طبعا ادخل صفحة الويكي هذي:

https://wiki.multitheftauto.com/wiki/Easing

عشان تعرف تحط اشكال الحركه

انا حاط فوق

OutBounce

انت ادخل الموقع واختار شكل وحطه بداله

ادخل هنا للصفحه العربيه حقت الشرح +

viewtopic.php?f=161&t=64607

Link to comment
PaiN استخخدم مود الاخ

فهو اسهل لك بكثير من كل هذي

مثال بسيط عليه:

local screenW, screenH = guiGetScreenSize() 
win = guiCreateWindow(10, (screenH - 406) / 2, 400, 406, "Test Window", false) 
guiWindowSetSizable(win, false) 
guiSetAlpha(win, 1.00) 
guiSetVisible (win, false) 
  
local startX = 10 -- X مكان بدء النافذه بالتحرك 
local startY = (screenH - 406) / 2 -- Y مكان بدء النافذه بالتحرك 
local startW = 400 -- W عرض النافذه 
local startH = 406 -- H طول النافذه 
local endX = (screenW - 400) / 2 -- X مكان انتهاء التحرك 
local endY = (screenH - 406) / 2 -- Y مكان انتهاء التحرك 
local endW = 400 -- W عرض النافذه 
local endH = 406 -- H طول النافذه 
  
local startX2 = (screenW - 400) / 2 -- X مكان بدء النافذه بالتحرك 
local startY2 = (screenH - 406) / 2 -- Y مكان بدء النافذه بالتحرك 
local startW2 = 400 -- W عرض النافذه 
local startH2 = 406 -- H طول النافذه 
local endX2 = 10 -- X مكان انتهاء التحرك 
local endY2 = (screenH - 406) / 2 -- Y مكان انتهاء التحرك 
local endW2 = 400 -- W عرض النافذه 
local endH2 = 406 -- H طول النافذه 
  
local seconds = 2 -- الثواني للأنتهاء من التحرك 
  
addCommandHandler ("view",  
  function () 
    if guiGetVisible (win) == false then 
      exports.gie:guiAddInterpolateEffect (win, startX, startY, startW, startH, endX, endY, endW, endH, seconds, "OutBounce", "OutBounce", true) 
      showCursor (true) 
    else 
      exports.gie:guiAddInterpolateEffect (win, startX2, startY2, startW2, startH2, endX2, endY2, endW2, endH2, seconds, "OutBounce", "OutBounce", false) 
      showCursor (false) 
    end 
  end 
) 

طبعا ادخل صفحة الويكي هذي:

https://wiki.multitheftauto.com/wiki/Easing

عشان تعرف تحط اشكال الحركه

انا حاط فوق

OutBounce

انت ادخل الموقع واختار شكل وحطه بداله

ادخل هنا للصفحه العربيه حقت الشرح +

viewtopic.php?f=161&t=64607

افدتني مشكور بس كيف اربط مود GIE

مع مودي يعني مايحتاج اشغل GIE بنفسه

مثلا بنشر المود ف يفضل انهم يكونون مدموجين ^_^

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