likemike12 Posted June 15, 2016 Share Posted June 15, 2016 السلام عليكم ورحمة الله وبركاته محتاج مثال او شرح لكيفية جعل الارقام تزيد تلقائي من 1 الى 3 عد لحاله يعد كيف ؟ مثال setElementPosition(source,111,111,111) ابيه يضل يزيد في الارتفاع يضل يطلع لفوق كيف ؟ ملاحظه الارقام من عندي Link to comment
iMr.WiFi..! Posted June 15, 2016 Share Posted June 15, 2016 (edited) مني متأكد من الكود بس جرب function S () while true do count = count + 1 setElementPosition(source,111,111 + count,111) if count == 3 then break end end end Edited June 15, 2016 by Guest Link to comment
likemike12 Posted June 15, 2016 Author Share Posted June 15, 2016 مني متأكد من الكود بس جرب function S () while true do count = count + 1 setElementPosition(source,111,111 + count,111) if count == 3 then break end end شكراً 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