Hello,
I have used the technique of having one bitmap image on a layer and I use this extensively.
For one portion of my application though, I would really like to have one layer that has several points, but each of these points would be represented by a different bitmap. (some would be duplicate, but I don't think that's relevant)
I would like to key the image choice off of a string related to the point, but I could use an int as well if need be. This would sort of be like the class style, but I'm not sure it's possible.
Can you give me some pointers?
Thanks,
Kimberly