<div>thanks Chunhui for your speedy reply. I'll give it a go.</div>
<div> </div>
<div>Alex<br><br></div>
<div class="gmail_quote">On Nov 19, 2007 7:06 PM, chen <<a href="mailto:chunhuichen@126.com">chunhuichen@126.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div> </div>
<div>Hi, I don't konow how to draw circles, but i had wrote a program to change the fontsize automaticlly, maybe similar to your second question.</div>
<div class="Ih2E3d">
<div> </div>
<div>"make the circle incrementally bigger or smaller  (preferably a pixel<br>at a time) by pressing a button, and then logging the final size."</div>
<div> </div></div>
<div>below are codes showing what I had done in my program, I just type in, not debuged yet, just showing the main idea.<br></div>
<div>dim again as long</div>
<div>dim radius as long</div>
<div> </div>
<div>again=1</div>
<div>radius=10</div>
<div> </div>
<div>while again</div>
<div>   cnvs.Circle 640, 512, radius  ' in my original program, it's a textdisplay object</div>
<div>                                 ' presenting a word, if there is a response, the object</div>
<div>                                 ' will disappear, Which object can draw circle?</div>
<div>   if object.response="a" then</div>
<div>         again=0                 ' press "a" then finish</div>
<div>   elseif object.response="b" then</div>
<div>         radius=radius+1         ' press "b" darw larger circle</div>
<div>   else</div>
<div>
<div>         radius=radius-1         ' press other key draw small circle</div>   endif<br></div>
<div>wend</div>
<div> </div>
<div> </div>
<div><br>--<br>
<div>Chunhui Chen</div>
<div>______________</div>
<div> </div>
<div>Beijing Normal University</div>
<div>&</div>
<div>University of California, Irvine</div></div><br>ÔÚ2007-11-20£¬"<a href="mailto:alex.marchant@gmail.com" target="_blank">alex.marchant@gmail.com</a>" <<a href="mailto:alex.marchant@gmail.com" target="_blank">
alex.marchant@gmail.com</a>> Ð´µÀ£º 
<div>
<div></div>
<div class="Wj3C7c"><br>
<blockquote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><pre>Dear E-prime group,

I believe a question like this was answered back before the group went
onto google (I dimly remember something to do with adjusting the
length of a line), but I've lost a lot of my past messages and so
can't dig it out.

I want to get participants to either...

click on a circle and 'drag it' bigger or smaller, and then record the
final 'resting' size of the circle

or...

make the circle incrementally bigger or smaller  (preferably a pixel
at a time) by pressing a button, and then logging the final size.

At the moment I'm using E-prime to draw my stimuli. So something
like...

cnvs.Circle 640, 512, c.GetAttrib("TargetSize")

Where the '640' and '512' are coordinates and the
'c.GetAttrib("TargetSize")' is the radius of the circle.

Any help would be greatly appreciated on either or both (if you have
the time!) questions.

many thanks

Alex Marchant MSc
Goldsmiths, University of London

</pre></blockquote><br></div></div><br><br></blockquote></div><br><br>
--~--~---------~--~----~------------~-------~--~----~<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 this group at http://groups.google.com/group/e-prime?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
<br>