Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Your whole series explanation is excellent, one can easily learn and understand. The zooming you used help us to see things clearly even in low resolution view for fast streaming. Its superb.
The code is a modification of Tutorial 33. There is a Loop Until the Q is pressed.
Thank you very much for the video, it is very well explained
Is it possible to make an image move instead of the circle? (I'm new)
yes
What happened to Pset?!! My goto function in all my programs back in the day...
Why do you have to add the ASCII code for the arrow keys to zero?
YOU DIDN'T SAY WHY YOU ADD 0 AND 72
Sorry my bad, I did not see LOOP WHILE at the bottom
how do you quit the program?
press q
you have forgot END IF,which cause IF blocked.
i cant do keypress = UCASE$(INKEY$)
U r not supposed to
@@skenda man if only 11 year old me knew that...
@@skenda out of curiosity, isn't that what was shown in the video? Why are you not supposed to do that?
@@PaulitoK keypress$ = UCASE$(INKEY$) fixed the issue for me.
thanks alot.. :)
Your whole series explanation is excellent, one can easily learn and understand. The zooming you used help us to see things clearly even in low resolution view for fast streaming. Its superb.
The code is a modification of Tutorial 33. There is a Loop Until the Q is pressed.
Thank you very much for the video, it is very well explained
Is it possible to make an image move instead of the circle? (I'm new)
yes
What happened to Pset?!! My goto function in all my programs back in the day...
Why do you have to add the ASCII code for the arrow keys to zero?
YOU DIDN'T SAY WHY YOU ADD 0 AND 72
Sorry my bad, I did not see LOOP WHILE at the bottom
how do you quit the program?
press q
you have forgot END IF,which cause IF blocked.
i cant do keypress = UCASE$(INKEY$)
U r not supposed to
@@skenda man if only 11 year old me knew that...
@@skenda out of curiosity, isn't that what was shown in the video? Why are you not supposed to do that?
@@PaulitoK keypress$ = UCASE$(INKEY$) fixed the issue for me.
thanks alot.. :)