After "Reset scene" button will not work...is it a bug?

Hi Saladfans,
I have a problem with the behaviour "reset scene". On each scene I do have a "home-button" which will bring me to the main menu via <go to scene> mainmenu".
This works normally well. But sometimes I need the behaviour <reset scene> in a scene, and at this point the home-button doesn´t work anymore - but why? Is it maybe a GS Bug or my fault?
I have a problem with the behaviour "reset scene". On each scene I do have a "home-button" which will bring me to the main menu via <go to scene> mainmenu".
This works normally well. But sometimes I need the behaviour <reset scene> in a scene, and at this point the home-button doesn´t work anymore - but why? Is it maybe a GS Bug or my fault?
Comments
sorry as a newbie I don´t know how to post screenshots but
The Home button has only the one simple rule:
when actor receives event <touch> is <pressed>
Go to scene "Mainmenu"
...so far so good, the button works well...
And the actor that makes a "scene reset":
when attribute "game.xyz" = 0
Reset this scene
...after this the scene resets without problems, but the home button doesn´t work anymore :-(