<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Terri,<div class="">Would you mind sending a copy of your program? I am trying to recreate the problem based on your description, but I do not think I am getting it right, as everything seems to be working for me… I must be missing something…</div><div class=""><br class=""></div><div class="">Also, I am using the latest download of Alice available on <a href="http://alice.org" class="">alice.org</a> (3.5). We added set and get indexed value into procedure and function list for all array properties, but I do not think that is related to your issue. But if you are using an older version of Alice you might try it.</div><div class=""><br class=""></div><div class="">Looking forward to hearing from you.</div><div class=""><br class=""></div><div class="">All the best,</div><div class="">Don Slater</div><div class=""><br class=""></div><div class="">Alice Project<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 4, 2019, at 4:27 PM, Kelly, Terri <<a href="mailto:kellyt@bishopireton.org" class="">kellyt@bishopireton.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I have a world which is not behaving like I am expecting it to.<div class=""><br class=""></div><div class="">I have an array of automobiles called rowA[]</div><div class="">I have a method created for automobiles called go</div><div class="">In go, the first thing I have this do is say it's Sthing (this say "" + SThing this)</div><div class=""><br class=""></div><div class="">If I call go with blueTruck, it works fine, the truck says blueTruck and then moves forward</div><div class=""><br class=""></div><div class="">blueTruck.go()</div><div class=""><br class=""></div><div class="">If I call go with rowA[0].go ... Alice hangs, </div><div class=""><br class=""></div><div class="">So, from the test method I have</div><div class=""><br class=""></div><div class="">blueTruck.go()</div><div class="">rowA[0] = blueTruck</div><div class="">rowA[0].say "" + Sthing rowA[0]</div><div class="">rowA[0].go</div><div class=""><br class=""></div><div class="">Is there any reason why I should not be able to call a class level method from an array that is of that type class?  </div><div class=""><br class=""></div><div class="">Terri Kelly</div><div class="">Computer Science</div><div class="">Bishop Ireton High School</div><div class="">Alexandria, VA</div></div>

<br class="">
<i style="color:rgb(34,34,34);background-color:rgb(255,255,255)" class=""><font size="2" class="">The information contained in this communication may be subject to legal confidentiality protection or privilege. It is intended solely for use by the intended recipient and others authorized to receive it. If you have received this communication in error, please notify the sender and delete it immediately. You are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.  The school accepts no liability whatsoever for any damage, loss, or expense arising from any misuse of this e-mail and/or from the accessing of any files attached to this e-mail.</font></i>_______________________________________________<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="">To change settings or unsubscribe visit:<br class="">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</div></blockquote></div><br class=""></div></body></html>