stopsense
10-27-2001, 12:41 PM
Hi,
I have an annoying problem that should be fairly simple to fix .- Only with my limited capacities in ActionScript I cant seem to cut it -
I am doing a quiz where movieclips with invisible buttons are dragged over the correct dropTargets - When the correct combination is found (If .test=true) the Movieclip changes graphic (_root.Clip1.GotoandStop(2) and snaps to the DropTarget - Otherwise it goes back to original position (Else orgx etc.)
That works just swell - Now the problem :
When the movieClip has snapped it should STOP being draggable -
So everytime you have placed something correct it should be non-draggable - Right now when I drag the correct Movieclip from the dropTarget again it has TWO graphics frame 1 + 2 graphic
Not so cool !
What to do ... ? :-)
Best regards Theo
I have an annoying problem that should be fairly simple to fix .- Only with my limited capacities in ActionScript I cant seem to cut it -
I am doing a quiz where movieclips with invisible buttons are dragged over the correct dropTargets - When the correct combination is found (If .test=true) the Movieclip changes graphic (_root.Clip1.GotoandStop(2) and snaps to the DropTarget - Otherwise it goes back to original position (Else orgx etc.)
That works just swell - Now the problem :
When the movieClip has snapped it should STOP being draggable -
So everytime you have placed something correct it should be non-draggable - Right now when I drag the correct Movieclip from the dropTarget again it has TWO graphics frame 1 + 2 graphic
Not so cool !
What to do ... ? :-)
Best regards Theo