View Single Post
Old
sfunk
Senior Member
 
sfunk's Avatar
 
Status: Offline
Posts: 1,112
Join Date: Mar 2011
Location: I don't know
Default 11-04-2011, 06:56 AM

Here, take a look at what I did with this world, it's very simple, I created a number variable, which I had increased every time the cylinder was clicked. then I had multiple if/else statments declaring if number_variable==(whatever number) the cube would change it's color. so after creating those methods you have to use the right type of events to place the methods into. I like using when the world starts and right clicking it to change it to "while the world is running" so the world constantly checks your if/else statements to decide what color the cube should be, and the last touch I made to it was once the number variable got to a certain number it would reset back to zero to be able to cycle through the colors again.
Attached Files
File Type: a2w Color_change_variables_used.a2w (178.0 KB, 13 views)


If you are stuck on a project, check out the tutorials I made here at this link:

http://alice.org/community/showthread.php?p=36778#post36778

There are lots of tutorials on it so far, including some youtube videos, check it out

Or..

Go to my youtube channel to check out my alice 2.2 tutorials I have there..

http://www.youtube.com/user/sfunk1992?feature=mhsn
   
Reply With Quote