Drag Drop help

I’m extremely new to Flash (MX 04) and have been trying to pick it up on my own so sorry if this question seems dumb. I’m a graphic designer and am trying to make a portfolio site for myself. One of the things on it I’m trying to do is have a thumbnail image able to be dragged onto a box that will then show the corresponding full image. I tried using _gotoandplay code for the box but the problem is that my coding for the thumbnail drag doesn’t seem to be working. I’ve been trying to figure it out for three days now and am completely lost. If someone could please help I’d owe you my life. Attached is the file I was trying to test it on with the coding in it as well. Any help would be appreciated.

I found this right here In the tutorial section which might help you
http://www.kirupa.com/developer/actionscript/dragdrop.htm

Yea I looked at that. It looks like my coding is right but the problem is happening somewhere in the _startdrag area of the code. The thumbnail won’t start dragging at all so it’s impossible to see if the rest of the code is right. Any other suggestions???

um you might want to name your instances - uve got a startdrag called on “_root.cherry” or something but theres no movie clip anyhwere called cherry…thats why your startdrag wont work

Check and see If this Is what you wanted.
I’m using Flash 8 but I saved It as Flash mx, Hope It works, I’m just starting to learn flash myself.

That was it. I see where the problem was now. That was so simple. Thanks for help!