<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">James,<div class="">That is a very clever solution… Thank you!</div><div class=""><br class=""></div><div class="">All the best,</div><div class="">Don Slater</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 4, 2014, at 9:57 AM, James Vanderhyde &lt;<a href="mailto:jvanderhyde@benedictine.edu" class="">jvanderhyde@benedictine.edu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
There is no way to combine objects into 1 object in Alice 2. But there are some things you can do for a similar effect. If you want to access all the parts of the road in a program, then putting them in a list and using one of the list loop structures is the
 way to go. If you want to be able to move them all together, you can create a dummy object (or some other object that is easier to grab), and set the vehicle property of all the road pieces to the dummy object. Then when you move the dummy object, the whole
 road will go with it.
<div class=""><br class="">
</div>
<div class="">Now that I think about, if you combine these two approaches, you are essentially combining objects into 1 object. You can make the list of roads a property of the dummy object. I’m attaching a screenshot that shows an example. In my example, the
 vehicle property of the road pieces is set to the road sign.<br class="">
<div class=""><br class="">
</div>
<div class="">James<br class="">
<div apple-content-edited="true" class=""><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
<div class="">--</div>
<div class="">Dr. James Vanderhyde</div>
<div class="">Math and Computer Science</div>
<div class="">Benedictine College</div>
<div class=""><a href="mailto:jvanderhyde@benedictine.edu" class="">jvanderhyde@benedictine.edu</a></div>
<div class=""><a href="http://vanderhyde.us/~james/pro/" class="">http://vanderhyde.us/~james/pro/</a></div>
</div>
</span></div>
<br class="Apple-interchange-newline">
</span><br class="Apple-interchange-newline">
</div>
<span id="cid:33BD5960-1FA2-469B-A998-35F79B502E8F@benedictine.edu">&lt;Screen Shot 2014-12-04 at 8.54.28 AM.png&gt;</span><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Dec 3, 2014, at 4:09 PM, Laurie Solomon Cohen &lt;<a href="mailto:lscohen613@aol.com" class="">lscohen613@aol.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><font size="2" face="Tahoma, Arial, Helvetica, sans-serif" class="">My students have created a circular race track with multiple parts of road, turn 2, turn 3, etc... Is there a way to combine all these to be 1 Object? Or would he have to just
 do a DoTogether with all of them?
<div class=""><br class="">
Laurie Cohen</div>
<div class="">Yeshiva of Greater Washington</div>
<div class="">Silver Spring, MD</div>
</font>_______________________________________________<br class="">
alice-teachers mailing list<br class="">
<a href="mailto:alice-teachers@lists.andrew.cmu.edu" class="">alice-teachers@lists.andrew.cmu.edu</a><br class="">
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" class="">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>

_______________________________________________<br class="">alice-teachers mailing list<br class=""><a href="mailto:alice-teachers@lists.andrew.cmu.edu" class="">alice-teachers@lists.andrew.cmu.edu</a><br class="">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers<br class=""></div></blockquote></div><br class=""></div></body></html>