back
Racing Game Bug Fix
Some of you were having trouble getting your car pictures to load into the race game. Thanks to Jennifer Chow who discovered that the cars need an additional line of code to load properly from the Server.

Look where you have your code for the Go Timer. The line:

picCar1.Picture = LoadPicture("car1.jpg")

Should be changed to spell out the entire path of the directory where the picture is located. Instead of "car1.jpg" it should say:

"s:\folder name\car1.jpg"

Write your file folder name in place of "folder name."

Do the same for "car2.jpg"

Try this and your program should run properly.