You should add an event 'pulse is not overlapping marble' and use action 'stop animation'
Why do you need to load an old save when returning from the shop? You can save to the same save file after the shop.
You can set some kind of state for the player with a variable, when enemy has line of sight switch it on and when no line of sight then switch off. When it's on have him chase the player etc
Hundreds of objects can be an issue as each one has their own separate graphics. You're referring to 100,000 instances which might be fine, depends on the number of objects.
Add to the top conditions another system condition 'for each enemy'
If you have 200-300 objects in a menu then you're doing it wrong
Your post doesn't offer too much information, the screenshot doesn't help and there are no events, better to share the project but it's most likely not a bug.
After the create action add 'move to bottom of layer'
The text object is too small?
Assuming you mean an animation other than the walk animation you could add a condition to the mirror event 'walk animation is playing', so it only mirrors when you're walking and won't do it if it's playing another animation like an attack.
'Set position' can be used. If you need something more specific please explain as I've not played that game.
Did you put the scroll to behaviour on something other than the character?
By picking, and the condition 'mouse cursor is over object' should be enough to pick that one instance of the object. If you already have that event and it's not working please share a screenshot of the events.
Develop games in your browser. Powerful, performant & highly capable.
Check in debug play, select the sprite object and see what animation is actually playing. Should play the correct one if only one key is pressed. If both A and D are pressed at the same time there might be an issue.
Nothing obviously wrong, maybe the animation name is wrong? By the way you don't really need a variable you could move the simulate actions to the key press event.