PDA

View Full Version : plz help from a beginner



williamky
December 25th, 2004, 11:21 PM
hi, could anyone plz help me out with this, the problem seems to be too simple to find a solution from the web tutorial.

what i want to do is, when certain button is clicked, replace a certain symbol(button) by another symbol(movieclip) stored in the library.

i try things like loadmovie("","") to replace the symbol from a external jpg, but some how it does not align even both images are exact dimension.
can i replace an image straight from the library?

eiefai
December 25th, 2004, 11:54 PM
i think that maybe you can set the alpha of the MC to 0, then on the event onClic of the Button put this.

_root.MC_instance._alpha = 100;

im not sure of this cuse im a newbie to, but try it.

PD

im form México, so my english suck, but im learning



eiefai