Actionscript 3.0 when button is pressed twice turns on/off
Alright I am new at actionscript but what I wanna do is when my button it is pressed once it brings up my input text("hiddentext") and when its pressed again it will remove it.
here is what I got.
button1_btn.addEventListener(MouseEvent.CLICK, shoot_1);
function shoot_1(event:MouseEvent):void
{
gotoAndStop("hiddentext");{
and shoot_1 is just the identifier to make them work together.
Message was edited by: dogmer punchy
