Prob. simple flash Q
Prob. simple flash Q
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- honda0
yes, you want to do attachMovie( );
make sure you set your linkage properties of your _mc so you can target it from the library.
attachMovie("linked_mc", "linked_mcNewName", 1);
linked_mcNewName._x = 0;
linked_mcNewName._y = 0;tip: its always best to set your registration points to top left corner.