Status: Started
Quick Docs
Circles
// To make a circle var circle = new Circle(radius); // Example, circle with 50px radius var circle = new Circle(50); // Set the position of the center // of the circle circle.setPosition(x, y); circle.setColor(Color.red); // Add to screen add(circle);
Font Size
14
Parentheses autocomplete
Wrap lines
Editor
Theme
Code with blocks by default
Auto-Format
Console Font Size
12
Console Theme
Show Screenshot Button
Show File Tab Bar
Code Running Environment
Use the newest vesion of the JavaScript library.
5 Blue Circle
default.js
1
2
// This program will add a blue circle
// with radius 30 and center at (100, 50).
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output
Docs
Exercise
More
History
Video
Download
About
This student is viewing this assignment in English. View this page in English?
This program draws a blue circle. Try drawing two more circles:
A red circle with radius 50 at (200, 200)
.
A green circle with radius 15 at (50, 15)
.
You can use Color.green
and Color.red
Reset Code
Upload an image
Upload from your computer
Or paste a link here
Slides and Notes
No slides available for this video
About
JavaScript Graphics (no console)