Array problem

Here’s the game http://www.sandmanmedia.com/question5b.swf

right now you see a picture and a word below it. I want one to show just the picture and the corresponding matching object to show just the text.

So to do this I would need two different graphics. This file is using the same graphic twice. It matches the array value … 1 with 1, 2 with 2 and etc. But I have 1 with 5, 2 with 6, etc in order to display two different graphics so it’s matching b/c the number are different now :frowning:

Here’s the fla
http://www.sandmanmedia.com/question5b.fla.zip

Sandman9