Hi - I’m very new with Flash MX, so thought I might ask if anyone can help me out. Basically I want to have an image which, each time it’s clicked, interchanges between three different choices. I guess the easiest thing to do would be to make it a movie clip? Any suggestions, tips on how to do this easily?
thanx heaps (sorry this is such a basic question, I’m just very new with Flash and on a time limit)
Hi Naomi,
Not sure exactly what you want here - do you want an image on screen, when user clicks on image a second one replaces it, click again, third one replaces the second, click again first one replaces the third - is that what you are after ?
SteveD
You’re on the right track already. The simplest way would be to make a movie clip with three frames in, each frame containing one picture. You’d need a stop() action on each frame too. Then just use an onRelease() action applied to the whole MC on the stage to either go to the next frame, previous frame, or a random frame from the three.
thank you so much