<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="">See the attached world, activeHare.a2w<div class=""><br class=""></div><div class="">In this world, I have created a boolean variable isActive, as a property of the world.</div><div class=""><br class=""></div><div class="">I have one mouse click event, so that if the mouse clicks on the hare in the scene, an if Statement is called that says</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>if isActive (is true is implied)  // referring to the world property variable isActive</div><div class=""><span class="Apple-tab-span" style="white-space:pre">               </span>hare hops</div><div class=""><br class=""></div><div class="">I have another mouse-click event so that if the mouse is clicked on the ground</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>the isActive variable is set to false</div><div class=""><br class=""></div><div class="">and the hare will no longer hop.</div><div class=""><br class=""></div><div class="">Please let me know if you have any questions, or if this is not working for 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 class=""><br class=""></div><div class=""><br class=""></div><div class=""></div></div></body></html>