[ASK] Show Object with Drag and Drop Condition
Hello guys,
I just finished making my simple drag and drop quiz which i've already mentioned in the previous thread. But i still have a problem. I've searched through the Internet, but i didn't find any case similar with my case.
Please take a look at this picture :

I want to hide the "nextbutton" (D button) then show (unhide) the button with some conditions, here are the conditions :
If "p=>~q" square dragged on "A" white square && "~q" square dragged on "B" white square && "~p" square dragged on "C" white square then,
Button D = visible
else
Button D = not visible
How can i do this in actionscript 3.0?
Any help would be appreciated. Thank you very much.
