Final Project/ Travel Guide
- Damian
- Dec 20, 2018
- 1 min read
Updated: Dec 20, 2018
As the last project for the class, we were able to create any program we wanted. It has to have movement, interaction, and sound. I decided to create a travel guide. Going back to my translator I created a similar world map. With this one I made certain countries(France, Italy, Canada, Mexico, and Japan) a darker green so the user knew to click these places. I had to again create each image for the main world map, and the page when you clicked the country. For the page when you clicked the certain country, it featured various information such as the population, currency, an average flight cost, and an average hotel cost. This project had to deal with many booleans just as the first. Since there was no buttons this time, only the countries to click on, I had to create imaginainary boxes around each country. With this I took the coordinates to input into the if and else if statement for mouse clicked. This meant if the mouse was clicked in this parameters then the corresponding country's information come out. I also created a back button that brings you back to the main page. I also made the mouse into a png image of a plane. Finally I inputed the music using Minum. I converted a youtube video into a mp3 file and used this.
Comments