Hi,
I am designing a game involving a pack of cards (similar to the solitaire game that comes with WinXP). Each card is a movie clip in my application. I want to have the effect of drag and drop over these cards. If we drag 5’th card from a stack of 10 cards then all the top 5 cards must be dragged leaving the remaining cards there itself. Action Script 2.0 does not seem to have function calls that allow this. We can create new movie clips using duplicateMovieClip, attachMovie, createEmptyMovieClip. But we can not attach existing movie clips to arbitrary target MovieClip. And also I can we delegate the events to nested movie clips,
Thanks in advance,
Nagesh Bhattu