# How to scroll a picture with finger in all directions?

**URL:** https://community.thunkable.com/t/how-to-scroll-a-picture-with-finger-in-all-directions/628682
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [June 21, 2020, 2:05pm UTC](https://community.thunkable.com/t/how-to-scroll-a-picture-with-finger-in-all-directions/628682 "2020-06-21T14:05:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rajmundjanuszewski](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@rajmundjanuszewski](https://community.thunkable.com/u/rajmundjanuszewski)
#### Post date: [June 21, 2020, 2:05pm UTC](https://community.thunkable.com/t/how-to-scroll-a-picture-with-finger-in-all-directions/628682/1 "2020-06-21T14:05:13Z")

</div>

Hi everybody,  
I have a problem with scrolling image.  
When a new screen opens, there are two things visible only: a button with “BACK” description redirecting to previous screen and a picture.  
I want to move this picture with my finger in all directions.  
It’s impossible for me by now or I don’t know a trick to do it possible.  
Puting a picture inside of a column (placed inside another component - row) brings nothing positive.  
I can move this picture only in top-down direction. I can’t see the left and right side of the picture.  
Can anyone help me with it?  
RJ

---

<div class="post-metadata">

### Author: ![tobi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tobi/32/70526_2.png) [@tobi](https://community.thunkable.com/u/tobi)
#### Post date: [June 22, 2020, 5:34am UTC](https://community.thunkable.com/t/how-to-scroll-a-picture-with-finger-in-all-directions/628682/2 "2020-06-22T05:34:25Z")

</div>

Hey @rajmundjanuszewski  
Welcome to our community! 💐 💐

If you want to drag the image in any direction then,  
just put that image in a canvas’s sprite.  
Then just turn on the sprite’s “Is Draggable” option  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/8/78db495516db8eb486154766dd88db0f9d7f41f1.png)

It will make you move your Image ( as a sprite) in any direction.

🙂 🙂

---

<div class="post-metadata">

### Author: ![rajmundjanuszewski](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@rajmundjanuszewski](https://community.thunkable.com/u/rajmundjanuszewski)
#### Post date: [June 23, 2020, 8:40pm UTC](https://community.thunkable.com/t/how-to-scroll-a-picture-with-finger-in-all-directions/628682/3 "2020-06-23T20:40:09Z")

</div>

Thanks, I will try to do it your way.  
🙂

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:25am UTC](https://community.thunkable.com/t/how-to-scroll-a-picture-with-finger-in-all-directions/628682/4 "2024-11-08T11:25:29Z")

</div>


