<div dir="ltr"><p style="margin-top: 1em; line-height: normal; clear: both;">Hi dear all,</p><p style="margin-top: 1em; line-height: normal; clear: both;">I would like to highlight an object based on the subject's response.  </p><p style="margin-top: 1em; line-height: normal; clear: both;">I learned from some codes when an object was selected by the subject with a mouse</p><p style="margin-top: 1em; line-height: normal; clear: both;">...unfortunately I am not smart enough to apply it in when I ask my subject to give a response by pressing the key "2", "3", or "4".</p><p style="margin-top: 1em; line-height: normal; clear: both;"> Basically my subject has 3<span style="line-height: 18px;"> seconds to make a choice.  </span></p><p style="margin-top: 1em; line-height: normal; clear: both;"><span style="line-height: 18px;">I would like the box surrounding the selected option to change color (to green for example) while the slide is still displayed, or the words (in the text of the slide) change color.</span></p><p style="margin-top: 1em; line-height: normal; clear: both;">My code is like this:</p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Dim theState As SlideState    '</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Dim hitObject As SlideText  </span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Set theState = ResponseSlide.States(ResponseSlide.ActiveState)    'ResponseSlide is the name of the slide'</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Select Case ResponseSlide.RESP</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Case "2"</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">   hitObject = theState.Objects("Text1")</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Case "3"</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">   hitObject = ResponseSlide.Name("Text2")</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">Case "4"</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">   hitObject = ResponseSlide.Name("Text3")</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">End Select</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">hitObject.BackColor = CColor("green")</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">hitObject.Draw</span></p><p style="margin-top: 1em; clear: both;"><span style="line-height: normal;">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p style="margin-top: 1em; line-height: normal; clear: both;">the error message is like this:</p><p style="margin-top: 1em; line-height: normal; clear: both;">The object does not have an assignable default property.</p><p style="margin-top: 1em; line-height: normal; clear: both;"><br></p><p style="margin-top: 1em; line-height: normal; clear: both;">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p><p style="margin-top: 1em; line-height: normal; clear: both;">Hope someone can help me...I have been stuck for an entire day...;-;</p><p style="margin-top: 1em; line-height: normal; clear: both;">Thanks a lot in advance!</p><p style="margin-top: 1em; line-height: normal; clear: both;">OLI:)</p></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/663fdc48-8a2b-449e-b7a8-3a9d759bc58d%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/663fdc48-8a2b-449e-b7a8-3a9d759bc58d%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />