Status: Not Started
Quick Docs
Rectangles
// To make a rectangle var rect = new Rectangle(width, height); // Example, 200x50 rectangle var rect = new Rectangle(200, 50); rect.setColor(Color.blue); rect.setPosition(x, y); // Add to screen add(rect); // Get the width var width = rect.getWidth();
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.
8 Red Rectangle
default.js
1
2
// This program will add a red rectangle
// with width 100 and height 50 at position
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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 red rectangle.
You should change the height of this red rectangle to 20
.
Then, you should draw one more rectangle that is blue. It should be the entire height of the screen and the width should be 30
. Set its position to (200, 0)
.
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)