Buttons in Flash CS6
hi there,
i new flash , know how make button go designated frame using actionscript 3.0!
i have several buttons in interface (they have different instance names) , them go different frame markers within application.
can me out basic request. did work in flash many years ago new interface (cs6) looks different have seen before.
thanks heaps , tlk soon.
regards,
glen
here 1 basic way, each button has function dedicated clicking it...
btnname.addeventlistener(mouseevent.click, gotoframe10);
function gotoframe10(evt:mouseevent):void {
gotoandstop(10);
}
another way have single shared function determines frame desired based on information button... using number in name, or property assign (movieclips buttons).
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment