This may sound very naive but I have been struggling with this for a while. I am using Flash 8.
I have a very simple script.
1.) A button on the stage with the code:
on (release) {
_root.attachmovie(“temp”, “test”, 1);
}
2.) A movieclip in the library with the identifier name “temp” and Export of ActionScript checked.
Yet it displays nothing on screen when I click the button.
Any help is appreciated!
Thanks!