1-For the "News Sprite Movement" you can just add the Drag & Drop Behaviour
2-And for checking if the News are (Fake or True) on Mouse clicked then you can just add an instance variable to the sprite
Example:
Variable = "News_State"
Then on news created just set that variable "News_State" = (True or False)
Then add the events as follow:
On Mouse click News:
Sub: "News_State" = True ------------------> Your Actions
Else: is fake then >>>>>> Your actions (Replace the clicked News or Spawn another News)