Alice Community  

Go Back   Alice Community > Alice 2 > How do I...?

Reply
 
Thread Tools Display Modes
How do I
Old
jland
Junior Member
 
Status: Offline
Posts: 1
Join Date: Jul 2011
Default How do I - 07-11-2011, 09:35 PM

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.
Attached Files
File Type: a2w pworld.a2w (6.12 MB, 3 views)
   
Reply With Quote
Old
legolizard
Senior Member
 
legolizard's Avatar
 
Status: Offline
Posts: 242
Join Date: Jan 2011
Location: Aboard the Hyperion escaping the zerg.
Default 07-11-2011, 09: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
}


"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."-Albert Einstein

Last edited by legolizard; 07-11-2011 at 09:42 PM.
   
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



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