hi everyone
In my timeline we've got 2 frames
frame 1: My clip
frame 2: empty
first way to make disappear my clip:
gotoAndStop(2);
2nd way;
Myclip._visible = false;
is it the same thing?
what is the best?
ty
In my timeline we've got 2 frames
frame 1: My clip
frame 2: empty
first way to make disappear my clip:
gotoAndStop(2);
2nd way;
Myclip._visible = false;
is it the same thing?
what is the best?
ty
Comment