QBasic Tutorial 34 - Moving An Object With Arrow Keys - PC Keyboard Scan Codes - QB64

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 18

  • @birendramanandhar
    @birendramanandhar 9 років тому +1

    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.

  • @SchoolFreeware
    @SchoolFreeware  12 років тому +1

    The code is a modification of Tutorial 33. There is a Loop Until the Q is pressed.

  • @robertomartinezgarcia678
    @robertomartinezgarcia678 3 роки тому +1

    Thank you very much for the video, it is very well explained

  • @56curious
    @56curious 10 років тому +1

    Is it possible to make an image move instead of the circle? (I'm new)

  • @paulschluchtner7867
    @paulschluchtner7867 3 роки тому

    What happened to Pset?!! My goto function in all my programs back in the day...

  • @percyblakeney5283
    @percyblakeney5283 11 років тому

    Why do you have to add the ASCII code for the arrow keys to zero?

  • @aronpaul1771
    @aronpaul1771 3 роки тому

    YOU DIDN'T SAY WHY YOU ADD 0 AND 72

  • @brankocerne5039
    @brankocerne5039 12 років тому

    Sorry my bad, I did not see LOOP WHILE at the bottom

  • @McMacker4
    @McMacker4 12 років тому

    how do you quit the program?

  • @brankocerne5039
    @brankocerne5039 12 років тому

    you have forgot END IF,which cause IF blocked.

  • @PaulitoK
    @PaulitoK 11 років тому

    i cant do keypress = UCASE$(INKEY$)

    • @skenda
      @skenda 4 роки тому

      U r not supposed to

    • @PaulitoK
      @PaulitoK 4 роки тому

      @@skenda man if only 11 year old me knew that...

    • @PaulitoK
      @PaulitoK 4 роки тому

      @@skenda out of curiosity, isn't that what was shown in the video? Why are you not supposed to do that?

    • @Podoco_music
      @Podoco_music 2 роки тому

      @@PaulitoK keypress$ = UCASE$(INKEY$) fixed the issue for me.

  • @prachandagurung5777
    @prachandagurung5777 11 років тому

    thanks alot.. :)