I have a numeric variable.

If the result == 1, I would like to load GraphicA
If the result == 2, I would like to load GraphicB

.. and so on... at a particular place on the screen.

Do I insert each of the graphics on separate layers
EXAMPLE:
Layer 1 Frame1: GraphicA
Layer 2 Frame1: GraphicB

and assign the "if then else" statements to the graphics?

NEXT QUESTION.
How do I write that "if then else" statement using ActionScript?

This is a case of knowing what you want to do, but not knowing the
exact way to do it.

Thanks OODLES for any help!!!!! It is GREATLY appreciated!