User is required to move the mouse within the movie clip, if the cursor is inside the movie clip, something will happen else if the cursor is outside the movie clip another thing happen.
Please those expert help me to fill in the blank.
myclip.onPress =function () {if (the mouse cursor is within the boundary of movie clip){flower._visible=true;}else{table._visible=false;}
blank space = the mouse cursor is within the boundary of movie clip