PDA

View Full Version : Car Driving Game?


jeffmorris
10-02-2005, 05:25 PM
I wish to use Alice to create a car driving game. I checked the Flight Simulator game that is included with Alice. How can I move the car by pressing the arrow keys? I'm not sure if I can use or modify the code from the Flight Simulator game.

gabe
10-03-2005, 08:53 AM
Easy! Add, for example, the convertibleCorvette to your world. Then, in the events editor, create a new event, and select "Let the arrow keys move <subject>." Drag the covertibleCorvette tile into <subject>.

Try making the tires rotate while the car is moving! :)