I am making a game and wanted to do removeMovieClip actionscript, but it didn't work as I later found out that you can only do it when you have a certain depth and/or using attachMovie.
So:
If I had a movieClip in my library panel, called cursor_ship, and its identifier was, cursor_ship, how would I do this?
Also when you put in the actionscript attachMovie, it requires parameters, which would be the idName, newName, depth [,initObject]. So do I have to insert all of it or can i just put in the idName and newName?
Thanks.