Hi,
In AS 3,
Question 1:
There is two layer.
Layer1
Layer2
In Layer1,on 5th frame number i hav one graphics.
In Layer2,on 1st frame, there is one movieclip.
In this movie clip, on 7th frame one button.
When click on the button, I hav to jump on 5 th frame
of layer 1,
Wat is code for that.
Question 2:
i hav created one input text, suppose a_txt.
i write one condition that
if(a_txt.text != ""){
this.nextFrame();
}
but it fails when i press button without entering in input text
(a_txt);
what is reason and wats is solution.