# Create an array/list of images?

**URL:** https://forum.makecode.com/t/create-an-array-list-of-images/1529
**Category:** Arcade
**Created:** [March 29, 2020, 12:30am UTC](https://forum.makecode.com/t/create-an-array-list-of-images/1529 "2020-03-29T00:30:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![WallyZambotti](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wallyzambotti/32/765_2.png) [@WallyZambotti](https://forum.makecode.com/u/WallyZambotti)
#### Post date: [March 29, 2020, 12:30am UTC](https://forum.makecode.com/t/create-an-array-list-of-images/1529/1 "2020-03-29T00:30:52Z")

</div>

Is it possible to create a list (array) of images as apposed to sprites?

---

<div class="post-metadata">

### Author: ![reyhanPanci256](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/reyhanpanci256/32/1770_2.png) [@reyhanPanci256](https://forum.makecode.com/u/reyhanPanci256)
#### Post date: [March 29, 2020, 12:37am UTC](https://forum.makecode.com/t/create-an-array-list-of-images/1529/2 "2020-03-29T00:37:40Z")

</div>

![array](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/1X/9ef3da26dc2e13cf8f01c097ade388ca446e4831.png)  
do you mean like this?🙂

---

<div class="post-metadata">

### Author: ![WallyZambotti](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wallyzambotti/32/765_2.png) [@WallyZambotti](https://forum.makecode.com/u/WallyZambotti)
#### Post date: [March 29, 2020, 2:14am UTC](https://forum.makecode.com/t/create-an-array-list-of-images/1529/3 "2020-03-29T02:14:00Z")

</div>

Yes I finally realized what array : (Empty Array +) is for.

Thanks!

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [March 29, 2020, 3:02am UTC](https://forum.makecode.com/t/create-an-array-list-of-images/1529/4 "2020-03-29T03:02:28Z")

</div>

As a side note, all of the arrays will actually work for that - you can drag out a string array and just drop in images in place of the strings, like you can drop any value on top of the number slot for a variable.
