Just wondering how to swap an image on the screen. I am trying to swap images depending on user behavior so could potentially have a lot of images. It would be great if I could store image names in an array, I can figure that out, but having problems doing a basic switch between two images.
I’m good with ActionScript 3.0 and new to C++ so trying to get my head around these things.
Just wondered what the * meant in front of those variables?
Also I see you have a new variable for each image. I could potentially have a large number, could I not just use an Array so it’s one reference instead of ten’s?