<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>In Authorware, I can create an interaction with several buttons on it.  If one of the buttons is activated, the others are automatically disabled until the path through the active button is completed (probably because Authorware apps are single threaded).  <br><br>In Xerte, all of the other buttons stay active even when processing down a button's path (probably because they are all separate movieclips running in their own threads).<br><br>I can use RsButton.setEnabled(false) on all the other buttons to mimic this functionality... but was wondering if there was an easier way???<br><br>Thanks in advance for any advice you can provide.<br><br>Have a great day,<br>Kent  <br>                                     </div></body>
</html>