Open flash or flash 8,
Make a start screen in frame 1,
Make a little button thingy that says play or start,
select the little button play thingy and press F8,
make it a movieclip or button (i prefer movie clip cuz i can do fun stuff with it),
Name the movie clip or button "Play" or "start",
Now click on your movieclip or button and press F9,
Put in this code,
*Code for Button*
on(Release)
{ gotoAndStop(2) }
*Code for Movieclip*
on(Release)
{ _root.gotoAndStop(2) }
Now go back to the flash screen where all your work is and press F7
Now you have entered a new frame!,
Get the rectange tool and get any color you like and make the whole screen filled.
Now press the 1st frame in the time line,
see where your start button is?
Go back to rfame to and erase a spot from the rectange where the start button is so there is a blank spot in the frame 2.
Now make a erase line going out of the erased spot,
at the end of the line make a big dot with a differnt color than the color you cose for the rectangle,
press F8 on the big dot and make it a button name it End,
Press f9 on it and enter this code,
on(rollOver)
{ gotoAndStop(3) }
Now press F8 on the rectangle with erase marks on it,
make it a button,
Press F9 and enter this,
on(rollOver)
{ gotoAndStop(1) }
Now go back to normal screen and press F7,
in that frame Make a big sign saying,
YOU WIN!
Now for the frame codes,
click on frame 1 and press F9,
stop();
Put that code in for every frame.
Now try your game by pressing,
Ctrl + Enter.
Now your game is done!
To save just go to
File,
Save as,
Enter name you want to save as,
press save,
go back to file,
press publish,
on check html and make sure Swf is check,
go to publish,
and thats all!
Any questions, ask.