gjorde så här 
 
objekt = collision_point(hej.x, hej.y, all, false, true);
if (objekt = instance_find(skylt_sale_1, 0))
{
     show_message("häst");
}
if (objekt = instance_find(Skylt_fantasy_maze, 0)
{
     show_message("glass");
}
if (objekt = instance_find(skylt_trena_sp, 0)
{
     show_message("lol");
}
 
  
med de blev 
  
___________________________________________ 
FATAL ERROR in 
action number 1 
of Key Press Event for <Space> Key 
for object link: 
  
COMPILATION ERROR in code action 
Error in code at line 9: 
   { 
  
at position 2: Symbol ) expected.