Alice Community

Alice Community (http://www.alice.org/community/index.php)
-   How do I...? (http://www.alice.org/community/forumdisplay.php?f=16)
-   -   Project 6 If/Else statements (http://www.alice.org/community/showthread.php?t=12251)

Anaxaragos 03-11-2020 01:50 PM

Project 6 If/Else statements
 
1 Attachment(s)
A common exercise is teaching someone a new language is to show the person familiar objects and ask for the word for that object. In this exercise, you are to write a simple vocabulary builder to help someone learn the Spanish word for cat. The scene shows a cat sitting on the grass and three Spanish words (3D text) displayed in front of the cat. The user is expected to click on the correct Spanish word for cat. A click on any other object will not work and causes the cat to shake his head "left to right", "right to left" indicating that the choice was incorrect).. If the user clicks on "gato" the cat will say "Si Si" with no head shaking.

Write a function (isGato) that returns true if the word (a 3D text object) selected is "gato" and false otherwise. Add a congratulation billboard after the correct word is chosen. Change the opacity of the false word so that it is no longer visible. The function will use one parameter (objectClicked) to send in the 3D text word clicked by the user.

Hints:
For this project, you only need to create:
One Event,
One Method (with IF/Else execution control and Boolean Logic)
Your own Boolean Function
Make sure to call the Boolean Function in your method
If you clicked anything other than the vocabulary words, the sitting cat should not shake his head

Anaxaragos 03-11-2020 01:53 PM

When I click on the "Gato" word the cat says "Si Si" and the "Congratulations" text appears as intended. When I click on the other 2 words "Perro" or "Toma" nothing happens but the cat is suppose to shake his head. Any help would be greatly appreciated!


All times are GMT -5. The time now is 05:23 AM.

Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.