Hi,
I mtrying to try my hands in Flash.So what I did is to start a simple website in flash.
But what is happing when I m putting the code
On(click)
{
gotoAndPlay(“one”,16);
}
On button.So,that when click on this it will jump tp the jump layer on frame16 but its not happening.
Although I ahve put the
stop();
after buttons but all frames are running this stop() is not working.
but when I m removing
On(click)
{
gotoAndPlay(“one”,16);
}
this code stop();
is working so help me out!!!