[University] Lesson 2 A Bouncing Ball
Dan Miner
miner at centtech.com
Wed Feb 17 01:57:09 CET 2016
I am having difficulty in creating a new project for Lesson 2 A Bouncing
Ball after completing Lesson 1 Your First Ada Program. What are the steps
to switch from the Lesson 1 project to the Lesson 2 project?
In addition, the Game_Support project is missing. I amusing GNAT 2015.
Also, I have noticed a mistake in the Quiz at the end of Lesson 2.
The line looks like this:
Set_Y (Ball, Get_X (Ball) + Step);
but the Get_X should be Get_Y like this:
Set_Y (Ball, Get_Y (Ball) + Step);
- Dan Miner
More information about the University
mailing list