Hi,
I am trying to put an actionscript on an dynamic gernerated Object. But I can’t find how to do it.
The lasting thing I tried was something like that:
theres nothing wrong with that code. You might have to check to see if debug is right. It should be a textfield in the timeline of that script with the instance name debug
Ok finaly I found why its not working.
I have a MC with an image.
Now I want to duplicate that MC and also changing the image.
I tried to use an loadmovie to load an MC with just that image.
This works realy fine. But afert that the event is not working anymore.
I tried now a little bit arround, but I don’t get it.
What exactly do I have to do, to get it work?
Do I have to do an loadMovie first und later I have to call an function what creates or duplicate that MC and gives it the event-action ?