Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Swapping images

Status
Not open for further replies.

Molenski

IS-IT--Management
Jan 24, 2002
288
DE
Hi there, second time on this week!!!!

I want to make a card for someone in Flash MX, and as part of this card, it's gonna involve clicking a button which will hopefully make an image -

a. disappear
b. swap for another image

I have converted the graphics to movie clips in order to give them names, but don't really know where to go from here.

It would be great if someone could give me a hand.

And p.s. if anyone sees this who helped me out with the importing Swish into a movie, a big thanks to you.

Regards.

Molenski [2thumbsup]
 
You might want to keep all of your images in one movie clip, on seperate frames. Then have a button on the topmost layer of the MC. That button would have something like:

Code:
on (release){
   nextframe();
}

To make it invisible you could send that MC to an empty frame, or you could make the MC invisible with the _visible property.

There are a few ways you could do this thing. It all depends on time/ambition. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top