<< Chapter < Page
  Teaching beginners to code     Page 5 / 9
Chapter >> Page >
The Cartesian coordinate system The position of sprites on the Stage in the Scratch programming interface is based on a two-dimensional Cartesian coordinate system with the origin at the center of the Stage. The x coordinates range from-240 at the left to +240 at the right. The y coordinates range from +180 at the top to -180 at the bottom.

Three sprites

The area below the stage in Image 4 shows that this program contains two beachballs and one basketball in addition to the Stage. (The beachballs and the basketball are sprites.)

You add a sprite to your program by clicking one of the four buttons immediately below the stage.If you hover your mouse over those buttons going from left to right, the following tooltips appear:

  1. Choose a sprite from library
  2. Paint new sprite
  3. Upload sprite from file
  4. New sprite from camera

In this program, the beachballs and the basketball were added by selecting the first or leftmost button in the row of four buttons and then selecting theappropriate sprite from the library.

Although not visible in the cropped version of the programming interface in Image 4 , when you click on one of the sprites that you have added to the program, thatsprite appears at the top of the rightmost pane. (See Image 6 for example.) Having done that, you can then drag programming blocks into the rightmost pane that define the behavior of thatsprite.

Program code for the LeftBeachball

The code that I wrote (by dragging blocks into the rightmost pane in the programming interface) for the sprite named LeftBeachball is shown in Image 6 . (Note the image of the beachball in the upper right corner. When this is an image of a beachball, all of the scripts in the rightmost panel apply tothat particular beachball sprite.)

Image 6. program code for the left beachball.

Missing image.
Image 6. Program code for the left beachball.

You are already familiar with the tan block with the green flag shown in Image 6 because you learned about it in a previous module. However, theblue block in Image 6 has not been used prior to this module.

Adding the blue go to block to the program

The blue block shown in Image 6 was added to the program module by:

  • Clicking the dark blue button labeled Motion in the upper center of Image 4 .
  • Dragging the blue block shown in Image 6 from the toolbox to therightmost panel and clicking it into place under the tan block.
  • Typing the literal values -200 and 0 into the two white boxes on the blue block.

Coordinate values

If you move the mouse pointer around the stage in the programming interface, the coordinates of the mouse pointer are displayed immediately below the stage as shown in Image 4 . As mentioned earlier, the xcoordinates range from -240 at the left to +240 at the right. The y coordinates range from +180 at the top to -180 at the bottom.

Behavior of the LeftBeachball

The behavior of the script shown in Image 6 can be interpreted as follows: When the user clicks the green flag, cause the sprite named LeftBeachball to move to a location with an x (horizontal) coordinate value of -200 and a y (vertical) coordinate value of 0. Since the origin is at the center of the Stage, this causes the beachball to move to theleft of the origin on the horizontal axis.

Questions & Answers

what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
cell is the building block of life.
Condoleezza Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Teaching beginners to code. OpenStax CNX. May 27, 2013 Download for free at http://cnx.org/content/col11498/1.20
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Teaching beginners to code' conversation and receive update notifications?

Ask