ThomasJSmart
Programmer
- Sep 16, 2002
- 634
is ther a way to find out if there is an object on a certain x/y coord?
get it
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
Code:
if(there is an object on _x(100) AND _y(200))
{
objname = the object found;
removemovieclip(objname)
}
get it
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!