If anyone could help me with a loop in the background for my counter that would be awesome.  I have 5 slides that go through the same sequence eight times.  I want my attribute Total to keep track each time and then subtract according to the previous round.  I don't want my total for each row in the attribute to be 30, 29, 30 etc.  I want it to start at 30 and the last attribute to be 24 or however much they got wrong.  Here is my script:<div><div><br></div><div><div>Dim Wrong as integer</div><div>Dim Total as integer</div><div>Dim Rightt as integer</div><div>Dim Start as integer</div><div>Counter = 30</div><div>Wrong = -1</div><div>Rightt = 0</div><div><br></div><div><br></div><div>If c.GetAttrib ("CorrectAnswer") =  AdviceDisplay.RESP  then</div><div>Total = Counter + Rightt  </div><div>Else</div><div>Total = Counter + Wrong</div><div>end if </div><div><br></div><div><br></div><div>c.SetAttrib "CorrectAnswer", Total</div></div></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 e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/3b35a730-f4c9-4a26-8561-0b0565ef1d78%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/3b35a730-f4c9-4a26-8561-0b0565ef1d78%40googlegroups.com</a>.<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 />