*Is It Possible*

Ok another dumb question but awwww is it possible to put a stop button in only 1 layer and not as a frame action that stops everthing? if so how so…?

simple! Make a new layer, draw yourself the button, select it, convert it into a symbol-in this case a button, edit it if/as needed, now select the button symbol and open up the actions tab and copy+paste the following actions:

on(release) {
stop();
}

as simple as that! =)