<< 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

how to study physic and understand
Ewa Reply
what is conservative force with examples
Moses
what is work
Fredrick Reply
the transfer of energy by a force that causes an object to be displaced; the product of the component of the force in the direction of the displacement and the magnitude of the displacement
AI-Robot
why is it from light to gravity
Esther Reply
difference between model and theory
Esther
Is the ship moving at a constant velocity?
Kamogelo Reply
The full note of modern physics
aluet Reply
introduction to applications of nuclear physics
aluet Reply
the explanation is not in full details
Moses Reply
I need more explanation or all about kinematics
Moses
yes
zephaniah
I need more explanation or all about nuclear physics
aluet
Show that the equal masses particles emarge from collision at right angle by making explicit used of fact that momentum is a vector quantity
Muhammad Reply
yh
Isaac
A wave is described by the function D(x,t)=(1.6cm) sin[(1.2cm^-1(x+6.8cm/st] what are:a.Amplitude b. wavelength c. wave number d. frequency e. period f. velocity of speed.
Majok Reply
what is frontier of physics
Somto Reply
A body is projected upward at an angle 45° 18minutes with the horizontal with an initial speed of 40km per second. In hoe many seconds will the body reach the ground then how far from the point of projection will it strike. At what angle will the horizontal will strike
Gufraan Reply
Suppose hydrogen and oxygen are diffusing through air. A small amount of each is released simultaneously. How much time passes before the hydrogen is 1.00 s ahead of the oxygen? Such differences in arrival times are used as an analytical tool in gas chromatography.
Ezekiel Reply
please explain
Samuel
what's the definition of physics
Mobolaji Reply
what is physics
Nangun Reply
the science concerned with describing the interactions of energy, matter, space, and time; it is especially interested in what fundamental mechanisms underlie every phenomenon
AI-Robot
what is isotopes
Nangun Reply
nuclei having the same Z and different N s
AI-Robot
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