Ignoring stop();

I have placed some buttons with the command

[AS]
on (release) {
gotoAndPlay(“Scene”, 1);
}
[/AS]

then some of these
[AS]
stop();
[/AS]

in the position i want it t stop, however, its asif flash is ignorant of these commands.