I managed to solve the problem through using a global variable, which is set by the mouse coordinates, rather than an attribute.<br>That is to say, the problem was not in the automatic addition of ":center", as I first assumed.<br><br>Problem solved! :)<br><br><br>On Monday, 18 June 2012 21:53:18 UTC+2, Johannes Bjerva  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hello,<div><br></div><div>I am currently developing an experiment in which the participants will click an area of the screen, following which an image should appear in that location.</div><div><br></div><div>What I have tried so far is having a slide object containing an image object. In the image object<span style="color:rgb(0,0,0);font-family:sans-serif;line-height:19px">'</span>s sub-property pages I<span style="color:rgb(0,0,0);font-family:sans-serif;line-height:19px">'</span>ve tried to set the X and Y positions to the attributes "<span>[PicPosX]" and</span></div><span>"[PicPosY]". However, once I click apply, E-Prime automatically changes this to </span>"<span>[PicPosX]:center" and "</span><span>[PicPosY]:center".</span><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">In order to get the coordinates themselves, I have added this inline-code after the slide object:</font></div><div><span>Dim theMouseResponseData As MouseResponseData</span><br><span>Set theMouseResponseData = CMouseResponseData(Slide1.</span><span>Inpu<wbr>tMasks.Responses(1))</span><br><span>c.SetAttrib "PicPosX", theMouseResponseData.CursorX</span><br><span>c.SetAttrib "PicPosY", theMouseResponseData.CursorY</span> </div><div><br></div><div>Obtaining the coordinates and setting the attributes seems to work perfectly, since I can see the coordinates in the resulting data files.</div><div>However, the image does not change positions, but remains in the center (most likely due to E-Prime<span style="color:rgb(0,0,0);font-family:sans-serif;line-height:19px">'</span>s :center-addition to my attributes).</div><div><br></div><div>Any help in solving this problem would, of course, be greatly appreciated.</div><div><br></div><div>Kind regards,</div><div>Johannes Bjerva</div><div><div><br></div></div></blockquote>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/MitsRbQr7NgJ">https://groups.google.com/d/msg/e-prime/-/MitsRbQr7NgJ</a>.<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 />