STEP-1: Draw a circle
STEP-2: Draw a rectangle and convert it into button
STEP-3: Click on the first frame on the time line then tween properties
will be displayed. Select “shape” as tween.
STEP-4: Select the destination frame and right click on it and select the
“insert keyframe”option.
STEP-5: Select the circle from there and drag and drop somewhere else
on the stage and delete it and draw the required size rectangle.
STEP-6: Select the button and select window-Action or press F9 to open the action panel.
STEP-7: Click the Global Function from that select “movie clip control”
on that double click on the “on” then code hint menu will appear
from that select “release”.
STEP-8: Under that write
gotoAndPlay (1);
STEP-9: Select first frame and write in the script pane as stop();
STEP-10: press ctrl+enter to test the movie.