Alice Community

Alice Community (http://www.alice.org/community/index.php)
-   How do I...? (http://www.alice.org/community/forumdisplay.php?f=16)
-   -   How do I (http://www.alice.org/community/showthread.php?t=6924)

jland 07-11-2011 10:35 PM

How do I
 
1 Attachment(s)
I am trying to get each animal to say a phrase when i hit a number 1- 12. i cant figure out how to make each animal say the phrase that represents them. The numbers do correspond to the correct phrase though ( it is just said from the ground and not the animal). Can anyone take a look and help me.

legolizard 07-11-2011 10:39 PM

You would have an if statement and have something like:


[CODE]

if(num==1)
{
whatever animal say whatever you want
}
else if(num1==2)
{
//You would continue doing this up until 11
}[/CODE]


All times are GMT -5. The time now is 09:08 AM.

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