About 250,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 .

  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 …

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

    Feb 13, 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] …

  4. Microsoft Small Basic Program Listing

    Microsoft Small Basic. Program Listing: DST499 List Program ' A slider control for smallbasic ... circle = Shapes.AddEllipse(400, 400) Shapes.Move(circle, 300, 50) updateCircle() ' Adjust …

  5. 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 …

  6. graphicswindow circle in a circle on small basic - YouTube

    Oct 30, 2024 · drawing a circle inn a circle using graphicswindow in small basic environment

  7. Microsoft Small Basic - Coding at school

    You need to use what you have learnt in Microsoft Small Basic to produce a unique shape of your own. A basic guideline for grading is shown below. Grade D: Create a basic shape and show …

  8. LEARN TO PROGRAM WITH SMALL BASIC: An Introduction to …

    In Chapter 3 you learned how to draw pictures using code, but in Small Basic you can program a friendly turtle to draw pictures for you! In this chapter, you’ll explore the Turtle object. You’ll …

  9. 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) …

  10. Small Basic

    GetRandomColor to set random colors for the brush and then uses Math. GetRandomNumber to set the x and y co-ordinates for the circles. These two operations can be combined in …

Refresh