tracer_bullet
07-03-2002, 07:59 AM
Good day folks,
I'm doing a drag'n'drop MC. (I've read the tutorial)
I first did it on the scene, and then i tried to put it in an MC ("total") that now is on the scene.
So at the first time the code: if (this._droptarget == "/zone") {....
worked perfectly
But now i've got a problem with the code:
if (this._droptarget == "_root.total.zone") {....
So what would be the path?
ps: to be clearer:
scene -->zone //the target.instance the MC zone_allee
-->carre //the dragged object. instance of the MC anim_detail
I'm doing a drag'n'drop MC. (I've read the tutorial)
I first did it on the scene, and then i tried to put it in an MC ("total") that now is on the scene.
So at the first time the code: if (this._droptarget == "/zone") {....
worked perfectly
But now i've got a problem with the code:
if (this._droptarget == "_root.total.zone") {....
So what would be the path?
ps: to be clearer:
scene -->zone //the target.instance the MC zone_allee
-->carre //the dragged object. instance of the MC anim_detail