Listing 8. Source code for the act1Scene2Close method.
Penguins02's Code
Created by: Dick Baldwin
world
Methods
public void act1Scene2Close
( )
{
//
Just do a quick and dirty close by backing the
//
camera off by 100 meters. Can add something
//
better later if needed.
camera
.moveAwayFrom(
target =
hole
,
amount =
100
meters
);
duration =
5
seconds
}