rawhtml38
<#29419#>Figure: NASA's manned lunar lander<#29419#>
<#29421#>Exercise 21.4.5<#29421#>
Modify the functions of exercises~#exmovingfigabs#29423>
and~#exmovinglistmap#29424> so that pictures move up and down on a canvas.
Modify the functions so that a shape can also be a line with a start position, an
end position, and a color.
Create a lunar lander picture (see figure~#figlunarlander#29425>) using a list of
rectangles, circles, and lines.
Develop the program <#65556#><#29426#>lunar-lander<#29426#><#65556#>, which shows the drop of a lunar lander
from a certain height. More specifically, the program creates a canvas and moves
the lunar lander from the top to the bottom.
Use the teachpack <#29427#>arrow.ss<#29427#> to give users control over how fast and when
the lunar lander should move:
<#29432#>(start<#29432#> <#29433#>500<#29433#> <#29434#>100)<#29434#>
<#29435#>(draw<#29435#> <#29436#>LUNAR)<#29436#>
<#29437#>(control-up-down<#29437#> <#29438#>LUNAR<#29438#> <#29439#>10<#29439#> <#29440#>lunar-lander)<#29440#>
If time permits, modify the function so that a player can move the lander up,
down, left or right. Use <#65557#><#29444#>controller<#29444#><#65557#> from <#29445#>arrow.ss<#29445#> to control the
movements.~
Solution<#65558#><#65558#>