Well, this is my first action script and I already have a problem. I cant seem to make this work.
Following the Paint brush script, I am trying to put clothes on a snowman. Sounds easy enough. The scripts are great, and I am learning a lot. But this one has me stumped. I have been working on just the Redcoat for now. To get the script right so I can make them all work. It drags fine, but the image does not change.
My script is:
on (press) {
startDrag ("_root.M-Redcoat");
}
on (release) {
stopDrag ();
if (_root.M-Redcoat._droptarget == “/Snowman-Ball2”) {
_root.Snowman-Ball2.gotoandStop(“RedCoat”);
}
}
I will include the FLA file zipped with this. If anyone has a second, can they take a look and see what i am doing wrong?
Thanks in advance.
Sputnikk