# VERY simple question! Driving me nuts! PLEASE help!

**URL:** https://forum.kirupa.com/t/very-simple-question-driving-me-nuts-please-help/201769
**Category:** Uncategorized
**Created:** [September 24, 2006, 11:46pm UTC](https://forum.kirupa.com/t/very-simple-question-driving-me-nuts-please-help/201769 "2006-09-24T23:46:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mysteriousal](https://avatars.discourse-cdn.com/v4/letter/m/ba8739/32.png) [@mysteriousal](https://forum.kirupa.com/u/mysteriousal)
#### Post date: [September 24, 2006, 11:46pm UTC](https://forum.kirupa.com/t/very-simple-question-driving-me-nuts-please-help/201769/1 "2006-09-24T23:46:33Z")

</div>

Hi everryone:

I am being driven crazy by a button in Flash.

This works when I’m in editing mode with simple buttons enabled, but NOT when I preview or publish! Can anyone help?

I have a

```auto
(STOP)

```

command on frame 265 of my movie.

I have a button on the SAME FRAME, with this code:

```auto
on (release) {
    nextFrame();
}

```

I want the movie to stop on frame 265 and stay there until the button is pressed, then continue.

Has anyone got any ideas? It’s driving me nuts!

I have also tried using a frame label name / frame number instead of the ‘nextFrame’ command…

any ideas?
