چۆنیەتی دروست کردنی Traffic light بە ڤیژوەڵ ستۆدیۆ 2010

سلاو
لەم بابەتەدا باس لە چۆنیەتی دروست کردنی Traffic light بە ڤیژوەڵ ستۆدیۆ 2010

رون کردنەوە لەم ڤئدۆیە

https://www.youtube.com/watch?v=wC3oX0bnLR4

کۆد
كۆد:

Time 1

If Shape4.Visible = True Then
            Shape3.Visible = True
            Shape2.Visible = False
            Shape4.Visible = False

        ElseIf Shape3.Visible = True Then
            Shape2.Visible = True
            Shape3.Visible = False
            Shape4.Visible = False

        ElseIf Shape2.Visible = True Then
            Shape4.Visible = True
            Shape3.Visible = False
            Shape2.Visible = False

لە Time2 ئەتوانی ئەم دوو کۆدە یەکییکیان بنوسیت

كۆد:

Time 2
        If (Shape3.Visible = True Or Shape2.Visible = True) Then
            Shape5.Left = Shape5.Left + 1
        ElseIf Shape4.Visible = True Then
            Shape5.Left = Shape5.Left + 0

یان

كۆد:

If (Shape2.Visible = True) Then
            Shape5.Left = Shape5.Left + 1
        ElseIf Shape4.Visible = True Then
            Shape5.Left = Shape5.Left + 0

لەگەڵ رێزو خۆسەویستیم

by HOGR-NAHRO via یانەی کوردکلیك
شكرا لك ولمرورك