gabadoo
04-05-2002, 02:25 PM
hello this is prolly a supernewb question, but Im stuck and need help. I was doing the attachmovie tutorial, and i understand how everything works, however when i try to do the following
"newname A unique instance name for the movie clip being attached" I am stumped. for instance say i have movie clip A and B. A is on the timeline somewhere and movie clip B is in the library. I can set the instance name for movie clip A becuase its on the stage. I set the linkage property for movie clip B and give it a unique indentifier, but how do i set the instance name for movie clip B if its not on the stage.
the example has a button which calls the instance name for the clip of "newname1", but how did they set that.
on(release) {
main.attachMovie("att1", "newname1", 1);
}
Any help would be greatly appreciated, and remember Im a newb so asumme nothing hehe. Ok thanks
Gabriel
"newname A unique instance name for the movie clip being attached" I am stumped. for instance say i have movie clip A and B. A is on the timeline somewhere and movie clip B is in the library. I can set the instance name for movie clip A becuase its on the stage. I set the linkage property for movie clip B and give it a unique indentifier, but how do i set the instance name for movie clip B if its not on the stage.
the example has a button which calls the instance name for the clip of "newname1", but how did they set that.
on(release) {
main.attachMovie("att1", "newname1", 1);
}
Any help would be greatly appreciated, and remember Im a newb so asumme nothing hehe. Ok thanks
Gabriel