QUESTIONS ABOUT FLASH AS SCRIPTS

Updated on technology 2024-05-26
8 answers
  1. Anonymous users2024-02-11

    First of all, the sub-movie (two buttons in the file plus the command:

    stop: on (release) {.}

    parent._;Let the parent movie (stop.

    Frame hop on (release) {

    parent._;Let the parent movie (skip to frame 20.)

    Then the parent movie button plus the action:

    on(release){

    new_mc", 1);Create a blank movie clip New McNew"",1);Loading a child movie in new mc is to let the child video control the parent movie, if you let the parent video control the child movie is relatively simple, the parent video has been loaded with the loadmovie command, to stop the child movie use:

    on(release){

    new_;Stop the movie clip new mc

  2. Anonymous users2024-02-10

    There are no problems with the script!! The problem lies in the setting of the text box properties. Please keep this in mind: for dynamic text and input text that you want to perform number crunching, you must place "Auto-spacing" to the right of "Variables".

  3. Anonymous users2024-02-09

    Ask a butler to take care of the master?

  4. Anonymous users2024-02-08

    To define it in the simplest sentence: script commands in flash are abbreviated as AS language.

    a: action, the meaning of action, s: script, script. Do you understand? Hehe.

    Action Scripting Concept: Action scripts are the commands, operators, and objects that Flash MX provides to us, and when you use an action script, you must attach them to a button, movie clip, or frame so that they are triggered when you click a button or press a keyboard key. in order to achieve the required interactivity.

    The best way to learn action scripts is to actually operate them, even if you don't fully understand them, it doesn't affect the use of their control functions, you can still achieve simple interactive operations, and after a period of practice to use basic actions (such as play and stop), you can start to learn more about the language after you know a little bit about action scripts.

    How do I add scripting to my flash? To put it simply, there are two types of adding scripts:

    The first is to write the script on the key frame on the timeline (note that it must be on the key frame before you can add the script).

    The second is to write the script on the object, such as writing the script directly on the mc (instance of the movie clip symbol) and on the button. If you want to add an AS statement to the key frame, you need to select the key frame first, then open the action panel, and enter the AS statement; If you want to write a script on an object, select the object and then enter the as statement.

    Flash's action script, like other languages, has its own rules for how to use it, and sentences written against these rules will not be recognized by Flash. flash always starts from the first sentence of the script when executing the action script, and executes it sequentially until the last sentence is executed.

    All in all, learning scripts is one of the more esoteric and laborious tasks in flash production, but it is not impossible to master. The key is to learn more, see more, and do more.

  5. Anonymous users2024-02-07

    You are also a lover, since you like this road, you must go on firmly. There are few people in their 20s in life, and only by grasping the present time can we go better, more stable and farther on this road.

    In fact, going to work in your uncle's company does not conflict with your study, because you have a good habit of self-study, which is very rare. You'll learn a lot at work, and you won't be able to put down your studies outside of work, right?

    Of course, if you don't want to take so many detours and are determined to develop in the direction, it is recommended that you participate in the training of some regular companies, and the enterprises that have the strength to take on flash projects, which is very important.

  6. Anonymous users2024-02-06

    I'm an as3 programmer. I've developed an ARPG browser game, and I've experienced how you feel now, and writing a program depends on time and attitude. If you want to ask a technical question, you can add me, but I want points, hehe.

  7. Anonymous users2024-02-05

    Go to the current master of the as3 industry, concentrate on being an apprentice, and take the as3 route.

  8. Anonymous users2024-02-04

    Leave a mark that has been added to you.

Related questions
5 answers2024-05-26

MD5 encryption, very easy to use, generally easy to decrypt, don't encrypt, useless. Class libraries provided by Adobe.

3 answers2024-05-26

1.Right-click the IE icon - Properties - Advanced - check "Disable Script Debugging" and cancel "Show notifications for each script error"; >>>More

21 answers2024-05-26

Friend, let me tell you what's good, the version you're using and this M2 is blue, it's not the same at all, and I think you put the horse's head on the cow's body, and it must be a little inappropriate. >>>More

9 answers2024-05-26

Create a new file, create a new movie clip symbol, drag it to the stage (named mc, it's the one you want to move), open the Actions panel, and type below. >>>More

9 answers2024-05-26

This is a few forums that I used to go to at the beginning, and there was a lot of script material on it.