Help with simple script
i wondering if me simple bit of action script 3. need make movie clip (single_mc) disappear when user clicks on mouse (stop_btn). here’s have far.
function setproperty(event:mouseevent):void
|
{
single_mc.alpha=0;
}
stop_btn.addeventlistener(mouseevent.click, setproperty);
also wonder if recommend action script 3 book me. 1 not training book, has situations , script written out. example: click button , movie symbol disappears stage. graphic artist, time time, needs simple interaction in flash, cant justify time learn script.
thanks time
your code looks fine. if not working you, getting error messages? have assigned instance names objects on stage?
More discussions in ActionScript 3
adobe
Comments
Post a Comment