QBasic Tutorial 33 - Moving An Object With The Keyboard - QB64

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 26

  • @HyperpigProductions
    @HyperpigProductions 10 років тому +3

    Is there any way to stop the delay whenever you press a key?

  • @hmmble4553
    @hmmble4553 4 роки тому +2

    Can you please make the camera follow the object..

  • @TsrifTsal1
    @TsrifTsal1 5 років тому +2

    Any particular reason for using AZSD instead of the more traditional ASWD?

    • @bjiru08
      @bjiru08 3 роки тому +2

      no there is no specific reason

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

    Can we make an combination of circles and line and then move that combination

  • @hi-zg7fz
    @hi-zg7fz 2 роки тому

    which extension to put to save it?

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

    Can we move two object toghter

  • @leomercy21
    @leomercy21 4 роки тому +2

    Please help circle is not moving

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

      Hello, the code is located on the SchoolFreeware website. Go to Tutorials --> Qbasic/QB64 Tutorials and download the code from Tutorial 33. Check that code with what you typed.

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

      Thanks it is moving now👍👍

  • @greenlemon5259
    @greenlemon5259 6 років тому

    Does anyone know how to move a sprite made with the data function

  • @custerdsmasher9222
    @custerdsmasher9222 10 років тому

    Is there a way to make the screen follow the object? So I move around a big room but only see a small bit of the room surrounding the object I move.

    • @edwardthepotato8750
      @edwardthepotato8750 9 років тому

      Custerd Smasher qbasic says it doesent support fullscreen and makes me close it

    • @ahmedabdalla4022
      @ahmedabdalla4022 6 років тому

      It does, you just need to type in _fullscreen at the beginning of the program.

  • @MrOldCrow
    @MrOldCrow 11 років тому +1

    can a mouse be emulated?

    • @coltonnick
      @coltonnick 10 років тому

      no, remember that qbasic was used on dos. back then you did not have mouses.

    • @markoivanovic163
      @markoivanovic163 9 років тому

      MrOldCrow The mouse driver can be imported in Qb64 but not in DOSBOX or QB1.1

    • @LarryKoopa
      @LarryKoopa 8 років тому

      +Marko Ivanović qb 4.5 ? is it possible there ?

    • @greenlemon5259
      @greenlemon5259 6 років тому

      MrOldCrow yes mouse support is hard but do-able

  • @robertomartinezg1159
    @robertomartinezg1159 3 роки тому +2

    I LOVE YOUUUUU, THANKS VERY MUCHHHHH, I WAS FINDING ITS TUTORIAL.

  • @prianshu09
    @prianshu09 6 років тому

    Thank you so much

  • @joseveloza4923
    @joseveloza4923 7 років тому

    (This code gives me an error on line 11 and 14, and I dont know why.)
    (HELP)
    DIM a AS STRING
    INPUT "Do you want to hear an ambulance? (y/n)", a
    IF a = "n" THEN
    PRINT "Ok :("
    END IF
    IF a = "y" THEN
    PRINT "If you want to stop listening to the ambulance, press any key"
    Redo:
    FOR z = 1 TO 100 STEP 3
    SOUND z, 2
    NEXT
    FOR z = 100 TO 1 STEP -3
    SOUND z, 2
    NEXT
    ELSE
    END IF
    GOTO Redo

    • @tips4you766
      @tips4you766 7 років тому

      Try Next z
      and on line 12 Make it For i
      and then on line 14 make it Next i

    • @thegreatfieryphoenix2271
      @thegreatfieryphoenix2271 6 років тому +1

      You have to write "NEXT Z". . I'm sure you have already figured it out, but I wrote this in case you haven't. Just to clarify, I do not grantee this will work.

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

    ITS SO SO GOOD