|
Programming Project
Illustrate Use of Variables
Project Requirements
- 1) A minimum of 4 different objects. Each must move.
- one of the objects 'subparts' must in some way move.
- 2) Make use of a custom method
- 3) Include comments explaining what is going on
- 4) make use of
- at least 3 variables
- one variable should be a String
- one variable should be a Number
- one variable should be set by a function as in one of your tutorials
- 5) You must set the opacity of one of your objects to a variable called myObjectsOpacity
- 6) Make use of an object's distance function as in the snow man tutorial
- 7) Extra credit if you can figure out how to implement the "while" control structure to make an object's position or opacity change as in the example below
|