{
  "actions": [
    {
      "actionId": 603,
      "appliesTo": -1,
      "argTypes": [
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0
      ],
      "argValues": [
        "/*if(mobilecheck())\r\n{\r\n\r\nyd = point_distance(0,y,0,other.y);\r\nxd = point_distance(x,0,other.x,0);\r\n\r\nif(abs(global.p_xdif[other.pid]) >= abs(x-lastx) && xd <= yd)\r\n{\r\nif(x < other.x)\r\n{\r\nwhile(collision_rectangle(x+9,y+40,x+26,y+46,(other.id),1,1))\r\n  x -= 1;\r\n}\r\nelse\r\n{\r\nwhile(collision_rectangle(x+9,y+40,x+26,y+46,(other.id),1,1))\r\n  x += 1;\r\n}\r\n}\r\nelse if(abs(global.p_ydif[other.pid]) >= abs(y-lasty) && yd < xd)\r\n{\r\nif(y < other.y)\r\n{\r\nwhile(collision_rectangle(x+9,y+40,x+26,y+46,(other.id),1,1))\r\n  y -= 1;\r\n}\r\nelse\r\n{\r\nwhile(collision_rectangle(x+9,y+40,x+26,y+46,(other.id),1,1))\r\n  y += 1;\r\n}\r\n}\r\n\r\n}*/"
      ],
      "isRelative": false
    }
  ],
  "eventNumber": 42,
  "eventType": 4
}
