ID:166329
 
Yeah, I'm thinking of making a new game, but in it I want it to be able to locate an exact pixel from Click(), but I'm not to sure on how to locate 1 pixel in an icon at all ><;
I'm afraid it can't be done. The only way I can think of to do this in DM is completely impractical for use in a game.
In response to DarkView
Not true, you can click specific pixels by using MouseUp().
obj
my_obj
MouseUp(location,icon_x,icon_y)
if(location)
usr << "Clicked: [icon_x],[icon_y]"
In response to Nadrew
Doh. Sorry about that.