Difference between revisions of "Scratch - Moving and Drawing Assignment"

From WLCS
(Created page with "'''Objective:''' * After creating this program, the student will be able to: ** Customize his/her sprite's appearance (image and size) ** Move the sprite around (x and y directio...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Objective:'''
+
'''Objectives:'''
 
* After creating this program, the student will be able to:
 
* After creating this program, the student will be able to:
 
** Customize his/her sprite's appearance (image and size)
 
** Customize his/her sprite's appearance (image and size)
Line 13: Line 13:
 
#* Green square in the upper right hand corner of the screen
 
#* Green square in the upper right hand corner of the screen
 
#* Blue rectangle in the lower right hand corner of the screen
 
#* Blue rectangle in the lower right hand corner of the screen
 +
# There should not be any lines that connect the shapes to each other. (i.e. lift the pen up)
 
# Demonstrate your program to Mr. Bui
 
# Demonstrate your program to Mr. Bui

Latest revision as of 23:23, 11 September 2011

Objectives:

  • After creating this program, the student will be able to:
    • Customize his/her sprite's appearance (image and size)
    • Move the sprite around (x and y directions)
    • Draw with the pen in different colors

Directions:

  1. Create a Scratch program named shapes
  2. Create your own sprite (by hand or by using an image from the internet)
  3. Resize the sprite to an appropriate size
  4. Using the Motion and Pen commands, draw the following:
    • Red triangle in the upper left hand corner of the screen
    • Green square in the upper right hand corner of the screen
    • Blue rectangle in the lower right hand corner of the screen
  5. There should not be any lines that connect the shapes to each other. (i.e. lift the pen up)
  6. Demonstrate your program to Mr. Bui