#5 Learn Small Basic Programming - Turtle Graphics

Поділитися
Вставка
  • Опубліковано 18 гру 2024
  • This video series is designed to help introduce beginners to programming using Small Basic.
    In this episode I introduce the turtle, which can be used to create graphics on the screen, from simple shapes to more complex drawings and detailed patterns based on mathematics.

КОМЕНТАРІ • 49

  • @saturdaymidnights.4303
    @saturdaymidnights.4303 4 роки тому +9

    i am here because of the corona virus and i love this little turtle! :D

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

    My computer can't understand graphics window and shown end program why

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

      Make sure you're typing it exactly the same as me. Capital letters and brackets matter.

  • @Zxter
    @Zxter 2 роки тому +1

    1-4 grade 6 (depending on which school you study)

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

    Thanks for the clip about programming the turtle with Small Basic. Unfortunately I had problems with your code: the property of GraphicsWindow = 2500 and the property of GraphicsWindow = 250 because the window was gone. The help of Small Basic says that the standard values have to be between 29 and 145. I then changed the both property values to 50 and it worked. Could you, please, explain your code? That would be helpful.

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

      Hi, he kept those values cause he had a three monitor setup so he had a bigger computer you could bing a three monitor setup so thats why he kept those values hope i helpt

  • @kacubemember3077
    @kacubemember3077 4 роки тому +1

    Hello @The Tech Train! Nice to see your progress!
    I have some small doubts.
    1. Can we add multiple variables in the code in Small Basic like we add multiple numbers together in math?
    2. Can I line break any line code in Small Basic as sometimes it gets too long but I still want it to be of the same line code?
    Hope in hearing the answer from you!

  • @diaathegamer44
    @diaathegamer44 5 років тому +1

    this in awesome video thanks brooo

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

    How to make alfabeth with a turtle?
    Thanks

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

    In my laptop it dosen't show the graphic window pls tell how to cure it

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

    @TECH TRAIN can you pls share me this code I just want to run this in my PC.

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

    Hii
    Your videos are very helpful for me in lockdown...Thankyou so much😊
    I have an issue that my program automatically ends just after playing it ....I have written all the codes correctly!!😩

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

    what IDE apps you are using sir?

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

      Please down load Small Basic Software from Microsoft.

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

    thank you

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

    Bro my question is how to fill colours in turtle...

    • @YourFckingFBIAgent
      @YourFckingFBIAgent 5 років тому

      Chal Phut

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

      Turtle has in-built commands that either allow you to draw shapes, or fill shapes, such as DrawRectangle() and FillRectangle(). All you need to do is make sure you've set the Brush Colour, and then add the parameters (x, y, width, height)

    • @unknown1351
      @unknown1351 5 років тому

      @@TheTechTrain thanks bro..... It works

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

    Can you please help me I was doing this code in my small basic but when I add it and clicked run something flash and show nothing please help.

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

    how to increase the font of the letters ????

  • @PiDeeTronic.
    @PiDeeTronic. 2 роки тому +1

    Save the 🐢

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

    this really helped

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

    I have done this in scratch

    • @TheTechTrain
      @TheTechTrain  4 роки тому +1

      Perhaps you could share the link here?

    • @sabaperveen9416
      @sabaperveen9416 4 роки тому +1

      I did it some years ago. So I don't remember it properly. But still I will to share

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

    Its not working please help

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

      Without seeing your code I'm afraid I wouldn't be able to guess the problem.

  • @12_jawanza
    @12_jawanza 3 роки тому

    my turtle is not staying on the screen

  • @reyalicea
    @reyalicea Місяць тому

    'Draw a square
    Turtle.Move(100)
    Turtle.Turn(90)
    Turtle.Move(100)
    Turtle.Turn(90)
    Turtle.Move(100)
    Turtle.Turn(90)
    Turtle.Move(100)
    Turtle.Move(100)
    Turtle.Turn(90)
    Turtle.Move(100)
    Turtle.Turn(90)
    Turtle.Move(100)

  • @starleaf-luna
    @starleaf-luna 3 роки тому +1

    i made him draw a square

    • @starleaf-luna
      @starleaf-luna 3 роки тому

      and a rectangle

    • @starleaf-luna
      @starleaf-luna 3 роки тому

      GraphicsWindow.Show()
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.PenUp()
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.PenDown()
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      he does it on both sides but on the left side its on the bottom side. its not a bug, its a feature

    • @starleaf-luna
      @starleaf-luna 3 роки тому

      turtle window code
      GraphicsWindow.Show()
      Turtle.Speed=9
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(-90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)
      Turtle.Move(151)
      Turtle.Turn(90)

  • @elliot4617
    @elliot4617 4 роки тому +1

    Who else is here for IT homework

  • @thefakedr.2783
    @thefakedr.2783 4 роки тому +1

    i am here because of my teacher
    T_T

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

      ya me too hello fellow undertale fan

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

    Hii
    Your videos are very helpful for me in lockdown...Thankyou so much😊
    I have an issue that my program automatically ends just after playing it ....I have written all the codes correctly!!😩