# How to find out the co-ordinate of an object on a grid?

**URL:** https://forum.kirupa.com/t/how-to-find-out-the-co-ordinate-of-an-object-on-a-grid/175712
**Category:** flash
**Created:** [January 17, 2006, 3:58am UTC](https://forum.kirupa.com/t/how-to-find-out-the-co-ordinate-of-an-object-on-a-grid/175712 "2006-01-17T03:58:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![apple](https://avatars.discourse-cdn.com/v4/letter/a/b9e5f3/32.png) [@apple](https://forum.kirupa.com/u/apple)
#### Post date: [January 17, 2006, 3:58am UTC](https://forum.kirupa.com/t/how-to-find-out-the-co-ordinate-of-an-object-on-a-grid/175712/1 "2006-01-17T03:58:56Z")

</div>

Im doing an activty where user can move the object to any position of a 12 x 12 grid. In order to move the object, user can click on any particular coordinate, then the object will appear there. So If I want to find out the new co-ordinate of the object on a grid, what should be done?
