Jump to content

سووال:بخصوص نص متحرك


Recommended Posts

لا ماتقدر شوف كودي سويتة لـ واحد قبل يمكن تستفيد :)

isMove = false 
  
bindKey("الزر", "down", 
function() 
if isMove then return end 
if guiGetVisible( wnd ) then 
    guiSetVisible(wnd, false) 
    showCursor(false) 
else 
    guiSetPosition(wnd, -300, 54, false) 
    guiSetVisible(wnd, true) 
    showCursor(true) 
    if isTimer(Time) then 
        return 
    end 
    Time = setTimer(function() 
    local x, y = guiGetPosition(wnd, false) 
    guiSetPosition(wnd, x + 13, y, false) 
    end, 50, 50) 
    isWindowMove(true) 
    setTimer(isWindowMove, 100, 1, false) 
end 
end 
) 
  
  
function isWindowMove(bole) 
isMove = bole 
end 

الاستبدال #

الزر = زر فتح النافذهـ #

wnd =

نافذتك #

وبالنسبة للاحداثيات سويتها ع السريع غيرها من فوق لـ تحت ذذ #

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