MR:SADIQ Posted April 13, 2013 Share Posted April 13, 2013 سوال يمديني ابدل كود النص متحرك اخليه صورة او لوحة تتحرك؟؟ Link to comment
MR:SADIQ Posted April 13, 2013 Author Share Posted April 13, 2013 وكيف تحركة اصلا؟ بالاستفادة من مود الشريط المتحرك مال القوانين Link to comment
iPrestege Posted April 13, 2013 Share Posted April 13, 2013 لا ماتقدر شوف كودي سويتة لـ واحد قبل يمكن تستفيد 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
HsSoN Posted April 14, 2013 Share Posted April 14, 2013 اذا تقصد مثل محترفين جراند صورة تتحرك viewtopic.php?f=145&t=56739 Link to comment
iMr.Dawix~# Posted April 15, 2013 Share Posted April 15, 2013 guiSetPosition setTimer Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now