Curated and Reviewed by
Lesson Planet
This Challenge: Exploding Sun interactive also includes:
- Java Script Guide
- Student Reference
- Join to access all included materials
Animating an object by moving it across a computer screen can be accomplished by drawing the object repetitively, each time adjusting some aspect of the drawing slightly. This activity is an easy introduction to animation in JavaScript, and requires one to define the draw function for the given code and use for this reiterative process.
4 Views
3 Downloads
Concepts
Additional Tags
Pros
- Limits the activity to adding the draw function appropriately to an existing piece of code
Cons
- None