Hi Derek,<br><br>What I normally do to find out which function calls are required, is inspecting the script that EStudio generates in the full script window. (This is in fact the way I learned the EPrime lingo.) Just place Slide4 on the trial procedure and have a look at the code that is inserted. Then, replace the slide with an inline script that holds the relevant lines in your if-then construct.<br>
<br>Instead of this you could also use a goto+label construct to skip the Slide when cycle<>3. I normally don't like using goto-statements, but the advantage in this case is that the Slide icon will remain visible on the procedure. Another advantage is that you don't have to 'discover' the required code to run and display the slide.<br>
<br>best<br>paul<br><br><br><div class="gmail_quote">2012/10/19 Derek Stiles <span dir="ltr"><<a href="mailto:derekins@gmail.com" target="_blank">derekins@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>I am very naive at coding. I want to have a slide displayed after every 4th trial.</div>
<div> </div>
<div>This is as far as I've gotten:</div>
<div> </div>
<div>    If Lipreading.Cycle % 3 = 0 Then</div>
<div> </div>
<div> </div>
<div>How would I tell it to display Slide4?</div>
<div> </div>
<div>Also, is there any kind of coding manual for E-Prime?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Derek</div><span class="HOEnZb"><font color="#888888">

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br>
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/9OHYtiep5yEJ" target="_blank">https://groups.google.com/d/msg/e-prime/-/9OHYtiep5yEJ</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
 <br>
 <br>
</font></span></blockquote></div><br>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />