Pawn Game |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
User
Join Date: May 2007
Location: n; adv, 1.The current state of residence in which your bodily mass exists. 2.A mystery.
Posts: 427
|
So, right now your thinking "I feel like making a game, or movie in flash". This is to help you do that, but; First things first, get that thought out of your head. You do not simply, make flash into mordor, you would need 6 years of experience before you can say you "Know Flash". I will help you get started. First of all, flash operates in two ways;
If you know how to use them. Flash also comes with it's own coding language called Action Script. Action Script is what you would use for interactivity, like a game. Every button you press has at least 3 lines of code making it work behind the scenes. Learning Action Script is like learning a foreign language, except way harder. The grammar of AS is the easiest, basically to make a replay button work you would say: Code:
When the mouse clicks on this part, go to the beginning and play. The code would become: Code:
On Release, goto and Play frame 1. It gets harder, now we have to use the AS punctuation, which is the hardest part. Code:
onRelease, goto andPlay (1); Still want to learn flash? If so, I'm glad your determined, and I will be back later to add more to this post.
__________________
![]() |
|
|
|
|
|
#2 |
|
User
|
Cool thanks!
|
|
|
|
|
|
#3 |
|
Pawn Assistant
|
Okay, this is a pretty sucky guide, first, remember the 4 w's and the h WHO (you are) WHAT to do WHERE to get program and find items WHY we are doing something, and HOW we do it.
__________________
Click the spoiler for my songs Spoiler
![]() |
|
|
|
| Eiliosdraye |
| View Public Profile |
| Send a private message to Eiliosdraye |
| Find More Posts by Eiliosdraye |
![]() |
| Thread Tools | |
| Display Modes | |
|
|