Create a global variable called stop_object. Now in the place where you added the every tick event, add another condition called System --> Compare Variable --> stop_Object = O. It's not a new event, Its another condition.
Then when you want the game to stop events, add Action Compare Variable --> stop_Object = 1. Check capx
Hope it helps