|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
duplicate the dynamic
Hello all,
I am trying to duplicate a createEmptyMovieClip(); and its dynamically loaded content. I seem to be running into great trouble doing this. Is it possible? If not is there someway to fake it or a work around? Any help would be greatly appreciated. Thank you skezo |
|
#2
|
|||
|
|||
|
Hi, this snippet might tell you why it isnt working :
"Variables in the parent movie clip are not copied into the duplicate movie clip. Movie clips that have been created using duplicateMovieClip() are not duplicated if you call duplicateMovieClip() on their parent." - MM You might want to look in flash OOP methods. An Introduction to OOP in Flash and ActionScript, Part 2. You could extend the movieClip class and then duplicate or create new instances of your new class with the extra functionality you require. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > duplicate the dynamic |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|