# Yet another flash button problem

**URL:** https://forum.kirupa.com/t/yet-another-flash-button-problem/300354
**Category:** flash
**Created:** [November 19, 2009, 6:03pm UTC](https://forum.kirupa.com/t/yet-another-flash-button-problem/300354 "2009-11-19T18:03:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Digga69](https://avatars.discourse-cdn.com/v4/letter/d/65b543/32.png) [@Digga69](https://forum.kirupa.com/u/Digga69)
#### Post date: [November 19, 2009, 6:03pm UTC](https://forum.kirupa.com/t/yet-another-flash-button-problem/300354/1 "2009-11-19T18:03:27Z")

</div>

First of all, hello everyone, i’ve been browsing your forum for a while and i finally decided to register and contribute to it and ask questions as well.

Here’s my problem.  
I’m kinda new to flash but i managed to create a structure of my website, do frame break ups, do layers and frames for content and so on.  
The thing is, when i create a text box, convert it to a button and, use a goto option and select the frame i want it to go to…nothing happens. Design view clearly shows that it’s a button but when i played a test movie, buttons didn’t work at all. I could highlight them but that’s about it. Even when i click on them nothing happens.  
I tried publishing in HTML but no luck either.

I use flash 10 with actionscript 2.0 in Adobe Flash CS4

Here’s the code, it is supposed to go to frame 2:

on (release) {  
gotoAndStop(2);  
}

I appreciate any help and i’m sorry if topic like that has been already posted.  
Jah be with you.
