<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="">Sheree,<div class="">Here is a video that will show you how you might do this:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://www.youtube.com/watch?v=jiKa_ykuPOY&feature=youtu.be" class="">https://www.youtube.com/watch?v=jiKa_ykuPOY&feature=youtu.be</a></div><div class=""><br class=""></div><div class="">The video is in reference to Alice 3, but the techniques shown are almost exactly the same for Alice 2. (Instead of the moveAndOrientTo command of Alice 3, you would use setPointOfView command in Alice 2.)</div><div class=""><br class=""></div><div class="">Using the properties panel is virtually the same for Alice 2 and Alice 3</div><div class=""><br class=""></div><div class="">The video shows how the code can be created with events, but you can use the same code statements in myFirstMethod. myFirstMethod might look like</div><div class=""><br class=""></div><div class="">myFirstMethod</div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>camera.setPointOfView (targetObject)  — if you want to leave the camera where it is, so you would not use this command</div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>camera.setVehicle(targetObject) — this is the important command… The camera will move, turn and roll with the target object,</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>// the program code that you want to execute while the camera is following the target object</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>// when you are ready to return the camera to it’s original position and / or have it stop following the target object</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>camera.setPointOfView(original position)</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>camera.setVehicle(world)</div><div class=""><br class=""></div><div class="">Please let us know if you have any other questions…</div><div class=""><br class=""></div><div class="">All the best,</div><div class="">Don Slater</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 15, 2016, at 10:05 PM, Sheree Wilder via alice-teachers <<a href="mailto:alice-teachers@lists.andrew.cmu.edu" class="">alice-teachers@lists.andrew.cmu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I am newly teaching Alice to 8th grade and I can't remember how to have a camera follow an object from one room to another with each room being in it's own camera view. Any help would be greatly appreciated.<br class="">Thank you.<br class="">Sheree Wilder<br class=""><br class="">Sent from my iPhone<br class="">_______________________________________________<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></div></blockquote></div><br class=""></div></body></html>