﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Picture animation/duration</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 18 Sep 2026 14:30:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Picture animation/duration</title><link>https://forums.millisecond.com/Topic18023.aspx</link><description>Hi!&amp;nbsp;&lt;br/&gt;I'm new to Inquisit and I'm having some problems with pictures.&lt;br/&gt;I want to show participants the picture of a star saying "+50" everytime they gain extra points in my game. If possible I want to let the star appear on the screen - I'm thinking of some kind of powerpoint like animation.&amp;nbsp;&lt;br/&gt;Since I didn't know how to insert a powerpoint animation into my script,&amp;nbsp;&amp;nbsp;I was thinking of simply letting the picture appear for only 2 seconds. I just can't figure out how to do that. This is my situation: I got an openended element and I want to show a picture for the duration of only 2 seconds on that openended element. I guess it's a simple function that I just cannot find. :/ If someone could tell me how to let the picture appear (fly in) on the openended element (again, only for 2 seconds), that would be even better!&lt;br/&gt;Would be great if you could help me out! Thanks a lot. :)</description><pubDate>Thu, 31 Dec 2015 05:43:21 GMT</pubDate><dc:creator>Toni13</dc:creator></item><item><title>RE: Picture animation/duration</title><link>https://forums.millisecond.com/Topic18024.aspx</link><description>To display a stimulus (be it &amp;lt;text&amp;gt;, &amp;lt;picture&amp;gt;, etc,) for 2 seconds in a &amp;lt;trial&amp;gt; or &amp;lt;openended&amp;gt;, use the /stimulustimes attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;openended myopenended&amp;gt;&lt;br/&gt;/ stimulustimes = [0=mypicture; 2000=erasepicture]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;where 'erasepicture' is a &amp;lt;shape&amp;gt; element that overwrites the image at the desired point in time. See the "How to erase stimuli" topic in the Inquisit documentation for details.&lt;br/&gt;&lt;br/&gt;If you want to display the picture *after* a response, use the /errormessage, /correctmessage or /responsemessage attributes (which one depends on what you want / need).&lt;br/&gt;&lt;br/&gt;&amp;lt;openended myopenended&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ correctmessage = (mypicture, 2000)&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;You'll find examples covering many of such basics in the tutorials included in the Inquisit documentation as well as its "How to" section.&lt;br/&gt;</description><pubDate>Thu, 31 Dec 2015 05:43:21 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>