Is it possible

Can someone take a look at this little thing I have here. Its a make your own comic thing I’m gonna put on a site. Anyway, when you click/drag the speach bubbles, it draws as you drags. Can I make it so that when I click on those movie clips it dosen’t draw?! Also, is there anyway to bring forward the bubbles so that they are always in front of the drawings?

To keep the balloons always on front of the line, you could simply create the “line” movie clip in authoring and put it in a lower layer (instead of creating it dynamically). As for not drawing the line when a balloon is being dragged, you could put all of the balloons inside another movie clip and use the [font=courier new]MovieClip.hitTest()[/font] method to check whether or not the mouse is over the balloons. :slight_smile: