Laporan Flash Report
Laporan Flash Report
Flash Assignment
1
SMA NEGERI 2 KOTA CIREBON
Jalan Dr. Cipto Mangunkusumo 1
TABLE OF CONTENTS
Page
Preface ...................................................................................................................3
Introduction……………………………………………………………….……......4
Apendices................................................................................................................4
Program listings...........................................................................................4
Technical guides.........................................................................................9
Conclusion..............................................................................................................10
Acknowedgement ..................................................................................................10
2
PREFACE
We give our thanks to Allah SWT and the prophet Muhammad for giving this
opportunity for us to create something useful.
The project that we are going to show to you is a simple ball-platforming game, we
want ourselves to go back to simpler times, where programming was still simple and basic,
so that people will be able to appreciate the roots of game programming that will be the
foundation of great games in the future, and also Batman, because everything is better with
Batman.
We would also like to thank Mrs. Tineka and Mr. Andri who has guided us to
resolve the presentation project well,. We hope this project is beneficial for all of you
who see it thus you can be more interested to try make your own game, or at least be
interested in game-programming.
3
1. INTRODUCTION
As we have stated before, our project will only consist of a simple ball and jump
mechanics, we stated that we wanted to re-introduce the mechanics of the old
programming, and catch people’s interest on the whole subject, and also because
Batman is awesome.
2. PROBLEM BACKGROUND
Game designing and programming may sound like a turn off to most people, they
immediately conclude that this subject is too hard and/or too complicated, in a way
they are kind of right, but to gain their interest we want to show them that
programming can be simple too, and because nobody can resist Batman.
3. APPENDICES
3.1 PROGRAM LISTINGS
These are some programs that we need in presentation project making.
These are :
a. Adobe Flash CS4
b. Paint
4
3.2 CONTENTS
1.
Opening
2.
Menu
5
3
Game 1
4 Game 1 process
6
5.
Game process 3
6. End of Game 1
7
7.
End of game 2
8
3.3 TECHNICAL GUIDES
1. Action script
We use some action scripts in this project. These the list of the action scripts that
we used.
a. Stop
We use stop script in some part of our project, for example like in opening
slide. These the way to make stop script :
1. Click the part in timeline that you want.
2. Right-click and click action.
3. Click script assist
4. Type this code
stop();
5. Close the windows
b. GotoAndPlay
We use this script to connected one frame to another frame. These the way
to make GotoAndPlay script :
1. Click the part in timeline that you want.
2. Right-click and click action.
3. Click script assist
4. Type this code
on (release){GotoAndPlay(“home”);}
5. Close the windows
c. Fullscreen
We use this script to make our project presentation into fullscreen. These
the way to make Fullscreen script :
1. Click the part in timeline that you want.
2. Right-click and click action.
3. Click script assist
4. Type this code
Fscommand(“fullscreen”),true);
5. Close the windows
9
CONCLUSION
As we know the various ways have been made to increase the value of human
resources of each individual by way of education as high as possible. All starting from
primary education in elementary school. At this point the basic concept of the
individual is formed. At this time we have to improve self-quality also avoid potential
successor nation of things that can damage them like games that contains violence and
other negative things. Therefore we made a game to help improve the effectiveness of
learning but not boring for a better future.
4. ACKNOWLEDGEMENTS
Our thanks Allah S WT because of his blessing we are able to finish this project.
And to prophet Muhammad SAW for giving all he could do to make us got out from
the dark time so now we can live like this. Also we would like to thank our
parents who have supported us whole this time.
Especially we would like to thank Mrs. Tineka and Mr. Andri that guided us in
the process of finishing this project. Mrs.Tineka and Mr. Andri made us learn more
about Adobe Flash, they helped us through this and always be there if we needed help
to do our project.
We know that our projects is far from perfect but we hope our project is having a big
advantage to most of the people, especially for elementary school.
10