# Move position of image stim over time

**URL:** https://discourse.psychopy.org/t/move-position-of-image-stim-over-time/34247
**Category:** Builder
**Created:** [April 4, 2023, 3:58pm UTC](https://discourse.psychopy.org/t/move-position-of-image-stim-over-time/34247 "2023-04-04T15:58:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![neurowink](https://avatars.discourse-cdn.com/v4/letter/n/45deac/32.png) [@neurowink](https://discourse.psychopy.org/u/neurowink)
#### Post date: [April 4, 2023, 3:58pm UTC](https://discourse.psychopy.org/t/move-position-of-image-stim-over-time/34247/1 "2023-04-04T15:58:42Z")

</div>

I want to display a image stimuli during a trial. I want the image to move slowly from the bottom of the screen to the centre of the screen across 300ms. After, I want it to stay on the screen for 1000ms before the routine ends.

I currently have an image stim and have figured out how to make the image move slowly by changing the y position (0, t/10) but this just results in the image moving from bottom to the top of the screen. I realise this is because I have not set the end position of the image but I am unsure how to do this.

I’m wondering if it would be better for me to use a code component to draw this instead because my requirements might be too challenging for the Image stim in builder.

Any guidance would be great!
