<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
2)
<div>One way to do this is to have a boolean variable to control access in the event listener code. In your example, you can have a variable called “moveBoxAllowed” initially set to true. When the later point in the program is reached, set it to false. In the
 event handler code, put the box movement code inside an if block that checks the moveBoxAllowed variable.</div>
<div><br>
</div>
<div>James<br>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); 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; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); 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; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>--</div>
<div>Dr. James Vanderhyde</div>
<div>Math and Computer Science</div>
<div>Benedictine College</div>
<div><a href="mailto:jvanderhyde@benedictine.edu">jvanderhyde@benedictine.edu</a></div>
<div><a href="http://vanderhyde.us/~james/pro/">http://vanderhyde.us/~james/pro/</a></div>
</div>
</span></div>
<br class="Apple-interchange-newline">
</span><br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On Oct 1, 2014, at 8:39 AM, Emily Higgins &lt;<a href="mailto:erphiggins@gmail.com">erphiggins@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Dear All-
<div>&nbsp;I have two questions.&nbsp;</div>
<div>1) &nbsp;What does the Handle Active command do in Alice 3.1?</div>
<div>2) How can you set up a program so that an object is only affected by an event listener for part of the program?&nbsp; For example, a student wants to have the program user move a box but only at a certain point of the program.&nbsp; I can't figure out how to limit
 when an event listener is active. &nbsp;</div>
<div><br>
</div>
<div>Thank you,</div>
<div>Emily Higgins</div>
<div>Boothbay Region High School</div>
<div>Boothbay Harbor, Maine</div>
</div>
_______________________________________________<br>
alice-teachers mailing list<br>
<a href="mailto:alice-teachers@lists.andrew.cmu.edu">alice-teachers@lists.andrew.cmu.edu</a><br>
https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>