HOW DO I KEEP A BUTTON IN DOWN STATE
i have 5 buttons. need program these buttons when click on button, information in down state stays until button pressed. when button pressed information down state stay displayed until hit button. please asap!
you'll have make switch of sort
so when click got keyframe have alternate copy of btn
(or "dead" graphic symbol) in down state btn red
you'lldo:
on(press) {
gotoandstop("btn1active");
}
etc.
h.i.h.
m
so when click got keyframe have alternate copy of btn
(or "dead" graphic symbol) in down state btn red
you'lldo:
on(press) {
gotoandstop("btn1active");
}
etc.
h.i.h.
m
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment