Flash script translation is fuzzy

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

    You add ** to the movie clip, but not to the timeline, click the keyframe after f9, don't click the movie clip after f9

    Each movie clip has a filter array property, but it can't be manipulated like an operand array, and an assignment statement must be applied, which is to add a blur filter effect to rabbit.

  2. Anonymous users2024-02-04

    The ** on a movie clip in frame 1 of layer 1 in scene 1 cannot be executed!

    One is to cut and paste these ** onto the frame.

    The second is to change it like this:

    onclipevent(load){

    import ;

    var blurx:number = 7;

    var blury:number = 7;

    var quality:number = 3;

    var filter:blurfilter = new blurfilter(blurx,blury,quality);

    var filterarray:array = new array();

    filter);

    filterarray;

    That way, you won't be able to report an error!

  3. Anonymous users2024-02-03

    Assign a value to a numeric variable: 4

    var i:number=4;

    The following is a while loop, and when i>0 is executed, the following **sell answer segment is executed.

    while(i>0));

    Wang Zi executes i--i.e., i.e. i=i-1 in each loop, so ** is executed 4 times.

    i--;

  4. Anonymous users2024-02-02

    var i:number=4;Declare a variable of type number i with an initial assignment of 4

    While loop processing If i is not equal to 0, it will always follow the loop.

    while(i>0));

    i--;Here the i-variable is updated to perform the chain normally using the loop.

  5. Anonymous users2024-02-01

    Hello friends, according to my years of experience in shopping, tell me that there are so many infiltrations** No one with 50 points and 100 points is no one who will take you Zen Although I am happy to help you, but there are rules and regulations I don't want to be a different person from the Dahe Hu Lu family And the content of the xml file should also be taken out Add some points There should be someone to help you.

  6. Anonymous users2024-01-31

    What kind of effect is this film?

    That tape is a video clip, and I don't know what it was for if I didn't see the other effects.

  7. Anonymous users2024-01-30

    Easing effect. See for yourself help. It's not very complicated inside.

  8. Anonymous users2024-01-29

    I'm testing, isn't this the ** of the flash help document?

    Create an empty movie clip, set the coordinates of the initial MC, call the function to draw a circle, radius var x: number = radius;

    var y: number = radius;The coordinates of the point are plotted.

    Next. Go to the documentation yourself. Wipe.

  9. Anonymous users2024-01-28

    function loaded() defines a function.

    photo = ;Variable assignment.

    img_ea = ;Variable assignment.

    gotoandplay(2);Jump to the second frame.

    fscommand("allowscale", false);Set the user to always draw the SWF file at its original size, never scaling.

    Dynamic Album XML &SWF";

    mc_width = 320;

    Paper width. mc_height = 420;

    Paper height. view_ea = 6;

    pich = 40;

    picw = 58;

    pics = 10;

    img_num = 0;

    l_ea = 0;

    Variable assignment. xmlobj = new xml();

    loaded;

    true;stop();XML object.

    And the following paragraph.

    loadmc", "lbar", 2);Load the clip with the identifier LBAR from the library to the loadmc in the scene.

    The above is to set the position and size of the new clip.

    function () keeps looping lbar

    l = 1;

    while (l <= loop.

    root["lw" + l]; l++;

    (_root._ 5)) 155);

    if ( = 155) {

    if (this._alpha > 5) {

    this._alpha = this._alpha - this._alpha - 0) *

    else {

    ;delete ;

    stop();

  10. Anonymous users2024-01-27

    If this sentence is on the timeline of element mc1, and mc1 is inside element mc0, then ; is a variable face in mc0 plus 1, if the value of that variable is 3, gotoandstop( ; This is where MC1 jumps and stops to frame 4.

  11. Anonymous users2024-01-26

    face is a variable in the current upper-level scenario.

    root main scene.

    this current scene.

    parent is the next level above the scenario.

Related questions
9 answers2024-02-09

That 1 represents the level, and you load it first and then load it, so the former is covered by the latter. >>>More

2 answers2024-02-09

There are many benefits to learning English, which can increase your diplomatic skills and provide better opportunities for future work. However, learning English is not a matter of three or two days, and it is important to master the method in the process of learning. Here are a few business English translation tips that I have shared with you that you can use as a reference for learning. >>>More

5 answers2024-02-09

VB is the abbreviation of Visual Basic, which is a visual, cavity-oriented and event-driven structured programming language developed by Microsoft Corporation in 1991, which can be used to develop various applications in the Windows environment. It's easy to learn, efficient, and powerful enough to rival the Windows SDK. In the Visual Basic environment, the use of event-driven programming mechanism, novel and easy-to-use visual design tools, the use of a wide range of application programming interface (API) functions within Windows, dynamic link library (DLL), object linking and embedding (OLE), open data connection (ODBC) and other technologies, can efficiently and quickly develop a powerful application software system with rich graphical interface in the Windows environment.

11 answers2024-02-09

Because the module is only for flash under the domain name, it is impossible to add external links if you want to. Whether it's selfish or security reasons, as long as it's not a domain name, the link can't be added. >>>More

14 answers2024-02-09

You pay attention to see if the line above the frame when you generate the tween animation becomes a dashed line, if so, the head and tail keyframes are inconsistent, see if the elements are consistent, the tween first make sure that the head and tail keyframes are the same element, and then change your tail frame to the position and shape you want, and then create a tween, according to this order should not go wrong.