<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>That Chapter covers quit a bit of material including lists and poses.&nbsp;The Tips and Techniques&nbsp;should give you several useful options to accomplish this task.<BR>&nbsp;<BR>1) Create a parallel set of poses for each character that perform the wave. &nbsp;Each&nbsp; unique pose for a character in&nbsp;a set should have the same name as the parallel poses for the other characters.<BR>&nbsp;<BR>2) Create a list of character objects.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A "for all in order" loop should be a piece if cake using set poses for the list items.<BR>&nbsp;<BR>Another alternative would be to create a complete "wave" method for each character.&nbsp; The catch here&nbsp;is that there is no direct way to create &nbsp;method call for a list item. You can, however, use "if" statements that compare the current list item with each object, and call the appropriate object method it there is a match.<BR>&nbsp;<BR>Programming Fun, <BR>&nbsp;<BR>Mike Owen&nbsp;<BR>&nbsp;<BR><br>&gt; We're using the Dann, Cooper, Pausch "Learning to Program with Alice" 3rd Edition, Prentice Hall, 2012 textbook in our Computer Programming class.<br>&gt; <br>&gt; Chapter 9, page 280, Exercise 9-1 has an interesting real-world problem:  In Alice practice processing a List (in order) where each of four persons executes "the wave" (a popular cheer in football or basketball games).<br>&gt; <br>&gt; The problem suggests using four people:  coach, student1, skaterGirl, and randomGuy2.  However two of these objects articulate their arms differently than the others.  It is very difficult for students to re-position the arms of coach and student1.  I tried myself for more than an hour, finally giving up.<br><BR>                                               </div></body>
</html>