ID:1067225
 
Keywords: error, icon, size, space
(See the best response by Jemai1.)
Code:


Problem description:


I'm not sure of the code specifics, but I've had this issue for quite some time. If you take a look in this photo, I'm trying to move towards the billboard all the way but I cannot. It's like a density is showing up with a secondary block. I'm not sure whether it's due to the larger sized icon, which should still let me move upwards, since BYOND is compatible with larger icon sizes now.
Can anyone help me resolve this issue, I'd greatly appreciate it!!

Check out this link to see the issue. I'd support a code, but I'm not sure what's conflicting in this situation.

http://img87.imageshack.us/img87/4820/ ninjarevolution20121127.png

Best response
If you are using pixel movement, make sure that bound_x, bound_y, bound_width and bound_height of your atoms are properly set. See the reference for details.

If you are using tile movement, align your icon to its physical location properly to avoid the issue. Check the map editor to visualize the world grid.