# New In Flash and trying with website

**URL:** https://forum.kirupa.com/t/new-in-flash-and-trying-with-website/269728
**Category:** Uncategorized
**Created:** [August 31, 2008, 4:59pm UTC](https://forum.kirupa.com/t/new-in-flash-and-trying-with-website/269728 "2008-08-31T16:59:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flash\_queen](https://avatars.discourse-cdn.com/v4/letter/f/85e7bf/32.png) [@flash\_queen](https://forum.kirupa.com/u/flash_queen)
#### Post date: [August 31, 2008, 4:59pm UTC](https://forum.kirupa.com/t/new-in-flash-and-trying-with-website/269728/1 "2008-08-31T16:59:35Z")

</div>

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!!!
