About 5,780,000 results
Open links in new tab
  1. SmallBASIC | CIRCLE - GitHub Pages

    Sep 21, 2023 · Draws a circle (or an ellipse if the aspect is specified). The point [x, y] defines the center and r the radius of the circle in pixel. To set the aspect ration use aspect. An aspect ratio of 1 will draw a circle. color defines the line color of the circle. If FILLED is used, the circle will be filled with the color color.

  2. Small Basic

    The inner loop (i = 1 to sides) is similar to the polygon program and is responsible for drawing a circle. The outer loop (j = 1 to 20) is responsible for turning the Turtle by a small bit for every circle that is drawn. This tells the Turtle to draw 20 circles.

  3. SmallBASIC/samples/distro-examples/examples/Circles_and_arcs …

    SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax - SmallBASIC/samples/distro-examples ...

  4. How to make a circle in small basic - YouTube

    How to make a circle in small basuc if you like the video then please Like Share and Subscribe

  5. Small Basic - Draw Circle Game | Microsoft Community Hub

    Feb 12, 2019 · I made a game how accurate circle to draw with mouse. The program ID is FGM527 . Usage: Draw a circle with mouse. Push [OK] button. Check your score. Push [OK] button to continue. Have fun with a Small Basic game!

  6. Tutorial to make Rectangle and Circle in Small Basic - YouTube

    Apr 14, 2021 · https://drive.google.com/file/d/19B-wsP_q3Erlh6_IonsRuPXxrrE4Z8le/view?usp=sharing

  7. Small Basic Samples by LitDev

    This is a selection of fun sample programs for Small Basic (no extensions). The download includes Small Basic source code and pdf documentation describing the samples. Some are short and simple, some are a bit longer, some are a bit educational and some are just for fun.

  8. Microsoft Small Basic Program Listing

    ' Sample Code for Math.Pi and Math.Power() While "True" TextWindow.Write("Radius? ") r = TextWindow.Read() c = 2 * Math.Pi * r a = Math.Pi * Math.Power(r, 2) TextWindow.WriteLine("Circumference of the circle = " + c) TextWindow.WriteLine("Area of the circle = " + a) EndWhile

  9. Small Basic

    GetRandomNumber to set the x and y co-ordinates for the circles. These two operations can be combined in interesting ways to create interesting programs that give different results each time they are run.

  10. Microsoft Small Basic - Coding at school

    Activity: Change two of the numbers in the coding to make the ellipse a circle. Save your work. Activity 4: Algorithms to make more complex shapes. Start a new project.

Refresh