I need to create new object, but in a layer that is below the tope one. Could somebody help me in this problem? So far I tried some commands:
- this one creates object above all other. Changing depth doesn't change anything when it's about objects I put manually in editor.PHP Code:_root.attachMovie(...);
- this one doesn't work at all.PHP Code:_root.layername.attachMovie(...);
I would be thankful for any help.
