ID:268292
 
I was woundering how you would use the Click() or MouseUp(),MouseDown() verbs to specify were you clicked in the tile of the minigame. Like what pixel you are clicking. I plan on making a STM for the byondscape contest and this is why im asking. I just never really had to use it in any thing I made before.

Please give me an example or somthing any way thanks for any help.
You can't with Click(), but MouseUp() and MouseDown() pass three arguments, two of which are the location of the clicked pixel

Try something like this just to test it out:
mob
MouseDown(location, icon_x, icon_y)
usr << "You clicked me at [icon_x], [icon_y]"


Look them up in the reference.