70 likes | 219 Views
Alice: Beyond the Basics Features of the Alice IDE (Integrated Development Environment). From presentation by: Steve Cooper Michelle Venable-Foster Barbara Ericson Aug 2009 http://coweb.cc.gatech.edu/ice-gt/uploads/1043/02-AliceBeyondBasics.ppt. Customize Your Objects!.
E N D
Alice: Beyond the BasicsFeatures of the Alice IDE (Integrated Development Environment) From presentation by: Steve Cooper Michelle Venable-Foster Barbara Ericson Aug 2009 http://coweb.cc.gatech.edu/ice-gt/uploads/1043/02-AliceBeyondBasics.ppt
Customize Your Objects! • All of the objects in Alice have properties that can be changed. • For example, I can change my cow’s color to red! AliceBeyondBasics
Change the speed of a command • You can click on the down arrow next to a command • And select duration • And change how long it takes to do that command • You can also change the style of the animation • Also by clicking on the down arrow AliceBeyondBasics
Adding Sounds! • Most of the objects in Alice have the ability to play a sound! • Locate the method that says object.playSound • You can either play one of the sounds in the Alice library or import one of your own! AliceBeyondBasics
Importing Sounds! • Using the drop-down menu, select import sound file. • Navigate to the sound file on your computer that you’d like to use. There are many on the Hand-Out drive in OC/media/sounds • You can only use .wav or .mp3 audio files in Alice animations. AliceBeyondBasics
Recording Sounds! • You can record your own sounds to use in Alice by selecting record new sound in the drop-down menu. • Give your sound file a name, so you will be able to find it later. • When you’re ready, press the record button and speak into the microphone! AliceBeyondBasics
Changing the duration • If a sound is longer than you want, you can change the duration in the code after you add the play sound method to your program. AliceBeyondBasics