:bu: haya!
Well I think there is somthing wrong with Flash’ez hit test method. It workes just fine on manually created movie Clips… but When it comes to dinamicly creted mc it error’s out.
For example:
[INDENT]Inside a “for” procedure you want to hit test a whole _root of mc named somthing like: instance1 instance2 instance3 … and so on [/INDENT]
how do you do this, well like this
if([COLOR=Blue]getProperty/COLOR.h[/U]itTest**(getProperty(“instance”+last,_name))
{trace(“true”)}else{trace"I does not work")
;( the bold part is an error
or you could try:
if(instance+i.hitTest(piesa+last))
{trace(“true”)}else{trace"I does not work")
But neighter of them will work…
If anyone has any ideea to how you can make this work it would be grate 10X!
bye
:huh: