# Hmm Looking

**URL:** https://forum.kirupa.com/t/hmm-looking/96961
**Category:** Uncategorized
**Created:** [December 15, 2003, 10:19pm UTC](https://forum.kirupa.com/t/hmm-looking/96961 "2003-12-15T22:19:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![GothicFame](https://avatars.discourse-cdn.com/v4/letter/g/7ab992/32.png) [@GothicFame](https://forum.kirupa.com/u/GothicFame)
#### Post date: [December 15, 2003, 10:19pm UTC](https://forum.kirupa.com/t/hmm-looking/96961/1 "2003-12-15T22:19:58Z")

</div>

ok well logn time since ive been here but i remmber a code or somethign that allowrs and image to come in as boxes 1 by 1 or so until the image is complete

also looking for something where i have a banner on my site and u click it and it changes colors is that possible?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 16, 2003, 12:40am UTC](https://forum.kirupa.com/t/hmm-looking/96961/2 "2003-12-16T00:40:37Z")

</div>

Changing color of a movie clip is quite simple.

```auto

myColor = new Color(movieClipName);
onRelease = function(){
myColor.setRGB(0xFF0000); //sets color to red
}

```

As for the image coming in in boxex 1x1, cutting an image apart and moving the pieces 1x1 is VERY processor heavy, so i would suggest making boxes (the color of your background) and moving them off 1x1.

By the way: [www.dictionary.com](http://www.dictionary.com)  
Learn it, live it, love it! 😛
