Animated Scene Planning
Animated Scene Planning
Using random numbers and the counter pattern, you’re going to create an animated scene.
Define
Write out a short description of your scene, including what sorts of animations it will include.
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
Prepare
Before thinking about the animations, sketch out exactly what the scene will look like as it just starts. This is the set up
that you will need to code outside of the draw loop. Make sure you know which parts are shapes and which are
sprites. (Double click to edit drawing)
Sprites
Space
Background
Astronaut Astronaut
Roger alien
Ufo yfo
Ho copy ufo copy
spaceship spaceship
Animations
For each sprite that will be animated, choose the sprite property that will be updated in the draw loop, and whether you
will use random numbers or the counter pattern
Sprite Property Counter Pattern or Random?
Astronaut Rotation
Random
spaceship xty counterPattern
Ufo counterPattern
ufo copy Counter pattern
Try
Once your teacher has approved your plan, go to Code Studio and start coding.
Reflect