por ahora en 5 botones lo tengo asi:
Código ActionScript :
onEnterFrame=function(){
txt.x=230
txt.y=70
}
a_btn.onRelease=function(){
txt.x=230
txt.y=70
onEnterFrame = null;
}
b_btn.onRelease=function(){
txt.x=-270
txt.y=-200
onEnterFrame = null;
}
c_btn.onRelease=function(){
txt.x=230
txt.y=-650
onEnterFrame = null;
}
d_btn.onRelease=function(){
txt.x=-270
txt.y=-700
onEnterFrame = null;
}
e_btn.onRelease=function(){
txt.x=-270
txt.y=-1170
onEnterFrame = null;
}
