Search tutorials
Start by make a 400x400 new document. Now were going to make a start menu explaining the rules of the game: 'You need to get from the start to the end on each level. There are "#" levels.', or something like that. Click on the frame with that in it and type the stop(); action. Now create a button that says the word 'Play' and give it these actions:
on(release){//when button is released...
gotoAndStop(2)//go to frame 2
}
Now create a new blank keyframe by pressing F7. Select the line tool and make the width 19 and make a wall, so it the player hits it, they die. Make it a MovieClip and give it these actions:
on (rollOver)
{
gotoAndStop(3);
}
Now make a ball. This will be the finish line. Give these actions to it:
on (rollOver)
{
gotoAndStop(4);
}
» Level Basic |
Added: 2007-03-08 Rating: 3.3 Votes: 56 |
» Author |
Made with 1 other member of Rubber Chicken. |
» Download |
Download the files used in this tutorial. |
Download (6 kb) |
» Forums |
More help? Search our boards for quick answers! |