Quick Code:
// Given that you have 2 movieclips named "marker01" & "marker02" var dist = Math.sqrt((marker01.y-marker02.y)*(marker01.y-marker02.y) + (marker01.x-marker02.x)*(marker01.x-marker02.x));
Hi All, A little bit of a maths update, i have some code that will allow you to figure out the distance between two coords or movieclips. Woo!
Download the source below!
Peace Out
Bill




