Popup windows

hi !!!

I have a huge problem…I have a antic shop…for old things…and the thing is that I have a lot of stuff (pics).
I want (when be butten getts clickt on) that a popup window (no explorer window) comes up and the product is in the window…what do I do ??? I use flash 4…

it would be great if u also could email me your answer

[email protected]

thank u !!!

Hey dodo,
What you are trying to do is a little tricky, but it is possible. You could create a movie clip that contains a window. Set its alpha to 0. Then for the button, make it so that when the user clicks on the button, the alpha of the movie clip will become 100. That is the easiest way of accomplishing your task. You visit the Set Property tutorial where you can adjust the properties of a movie clip easily:

www.kirupa.com/developer/…operty.asp

You could use Tell Target as well, but it is a little more trickier than the simpler method I mentioned above.