FLASH WEB production examples on the (frame label use)
As we all know, we are doing PS picture processing, the same effect is not only one method can be realized, and that there is like a mathematical solution of N Similarly, in the production of FLASH WEB, achieving results is not size-fits-all. Today we learn to use frame label production FLASH WEB
First look at this simple FLASH WEB:
It is very simple ..
After reading presentations, you must have good minds will be a variety of production ideas surfaced, it can simply use .. goto statements, which could be called external swf, AS can be good if all of AS achieve ..
Today, we use labels frame to achieve .. frame Tags: add frame labelling which is the name of frame

Because we have this Guide is on the main speakers in the frame labelling FLASH WEB production use, the menu button, such as loading is not introduced in detail.
This case will not be used and the AS is difficult, it is necessary to see a tradition AS on those headaches compatriots lay entertain, not to deter really not difficult and I have to explain in more detail .. provide a production of "material." So that this material is because I am in the source document has been produced inside the button and MC good, if we can be downloaded directly Xiangtou lazy to follow the handbook operation. (as long as the production of two: a button , an MC, which can then be re-system in the three inside. amend the text, and the corresponding name change can be.) will not repeat it here.
Click here to download the source files

The btm_ (four buttons, put it in an MC named btm_) into the scene, in section 25, insert the key frame, and the layer named btm

A new layer named MC In the fifth frame, insert the blank key frame, the central components mc_index pulled scene, in the 10th frame, insert the blank key frame, and the mc_about into the scene, pay attention to alignment, The first MC right, the ruler can be pulled out two auxiliary line. in the same section 15, insert the blank key frame, the mc_guess into the scene, in section 20, insert the key frame, the mc_work into the Scene in good alignment.

Now attention. We need to just insert the key frame by adding frames each label. Click layer MC No. 5. In the Properties dialog box can be seen in a frame tag .. fill s1, and similarly, for the first 10 s2, 15 for s3, s4 to 20;

I think we see here is almost understand it … do not understand?. Do ..
Attention to the first of these two codes:
Label = "s" _root.link;
GotoAndPlay (label);
On (release)
(
_root.link = 1;
_parent.play ();
)
Look at the second sentence of the code:
Link = 1; / / assign parameters to a link, (I have been using the C language to understand Solutions AS, Khan, we should not be misleading)_parent.play (); / / Then returned to the scene on the main level that is broadcast, because we have a start time frame animation encountered the first stop (); occurred stopped.
The first sentence:
Label = "s" _root.link; / / _root.link is to the value that we have the return of an "s" that is, s1 … that is, we have just s1 frame tag ..GotoAndPlay (label); / / gotoAndPlay (label) has used to explain? S1 is a label that is starting from the frame labelling s1 broadcast ..
Therefore the entire code is not difficult to understand.
When the click of a button, a link be established value, and return to the label, and then goto Jump to the corresponding frame labelling the MC ..
Click here to download the source files
Also unclear see more clearly the source document. Completion of this case study ..
Here we only give a whole idea. Produced for the novice FLASH WEB faster entry, ideas sorted out. Production will be less confused with the ..
At the same time on the quality WEB SITE-held personal FLASH personal homepage production activities. Participated in the activities because not many friends. (Whichever is more spread to Shanba FTP1, if not after the upload deemed null and void.) estimate of the time that is not many. Therefore it is necessary we will extend a month's time, we also hope that a lot of participation. activities of the way. learning is the goal.
Tags: layout examples






Leave a Reply