Go to - when a sound is complete
sorry know simple i'm not of programmer. want call sound , have trace when sound complete , go specific frame. got this?
best, steve
use:
yoursound:sound=new sound(this);
.
.
yoursound.onsoundcomplete=function(){
yourmc.gotoandplay("yourframelabel");
}
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment