فاّرس Posted July 14, 2013 Share Posted July 14, 2013 وكيف بتسوي else بدون شرط ؟ والشرط لازم متغير Link to comment
PaiN^ Posted July 14, 2013 Share Posted July 14, 2013 Label = guiCreateLabel( ... ); setTimer( function( ) if not guiGetVisible( Label ) then guiSetVisible( Label, true ); else guiSetVisible( Label, false ); end end, 2000, 0 ); Link to comment
فاّرس Posted July 14, 2013 Share Posted July 14, 2013 ما فرقت كلها بتشتغل من ناحيتي احب المتغيرات ذذ Link to comment
#DRAGON!FIRE Posted July 14, 2013 Share Posted July 14, 2013 الحين وش استخدم ؟ # جرب كودي او كود باين او كود ذا بيست # ما تفرق اكواد جرب وشوف الي يناسبك Link to comment
فاّرس Posted July 14, 2013 Share Posted July 14, 2013 الحين وش استخدم ؟ الي تشوفه اسهل ومختصر اكثر لك, Link to comment
PaiN^ Posted July 14, 2013 Share Posted July 14, 2013 @ #♡ ZĂ7Ḟ : التايمر في كودك مرة واحدة ذذ @ 3ssol : أستخدم كودي او كود ذا بيست edit : وش اللي منت فاهمه ؟ Label = guiCreateLabel( ... ); -- سوي ليبل setTimer( function( ) -- سوي تايمر if not guiGetVisible( Label ) then -- تحقق اذا الليبل مو مفتوح guiSetVisible( Label, true ); -- افتحه else -- غير كذا guiSetVisible( Label, false ); -- اغلقه end -- اغلاق للجملة الشرطية end, 2000, 0 ); -- اغلاق للوظيفة والتايمر Link to comment
#DRAGON!FIRE Posted July 14, 2013 Share Posted July 14, 2013 Test = guiCreateLabel(141,109,503,299,"# Text",false) setTimer ( function() guiSetVisible(Test,false) end, 1000, 0 ) setTimer ( function() guiSetVisible(Test,true) end, 1500, 0 ) معليش ي اخوان لاكن المعلومات البسيطة هذي ما نعرفها جزاكم كل خير ع العموم الكود يصير كذا # 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