Question
Change Movieclip index problem
Hi I am creating an app I wanna remove a movieclip child index
here step 1 and step 2 is working fine but Step3 is not working fine when cut back clipart to canvas it dosent work.
I have saved all cliparts in clipartsArray()
Here my code for step 3 which is not working fine
var childClipart:MovieClip=MovieClip(clipartsArray[0])
canvas.addChild(childClipart)

