# Copypixels

**URL:** https://forum.kirupa.com/t/copypixels/241069
**Category:** flash
**Created:** [October 9, 2007, 8:20pm UTC](https://forum.kirupa.com/t/copypixels/241069 "2007-10-09T20:20:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sceneshift](https://avatars.discourse-cdn.com/v4/letter/s/5daacb/32.png) [@sceneshift](https://forum.kirupa.com/u/sceneshift)
#### Post date: [October 9, 2007, 8:20pm UTC](https://forum.kirupa.com/t/copypixels/241069/1 "2007-10-09T20:20:06Z")

</div>

Hi guys,

I was wondering if there is a function in AS3 which behaves exactly like copypixels (takes a specified area of a bitmap and then copies it to another etc) but instead it adds the data to an array which can then be copied later?

So if I have a tileset (a bitmap of several tiles) I want to take each tile, store them in an array and then access them later via copypixels… is this possible?
