Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
2 6156Give a brief description of the following terms: a) Play head b) Symbol c) Tweening d) ActionScript e) Frame rate f) Library panel g) Masking h) Context – sensitive Property Inspector i) Bandwidth Profiler j) Frame Label
2 6561Hello! I would like to learn the technique (I don't know if there is a name for it) used by Stu Campbell (a.k.a. Sutu) in his flash comic book Nawlz for animating the image of whale in episode one. The the three tutorials that the artist made explain the basic scenario of the working process but they do not at all go into coding and such.
1817How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scene 1. ====>MovieClip ======>Button [ on(release) { gotoAndPlay("Scene 2", 1); } ] =>Scene 2. This thing is not working. Please tell me the answer of how to goto next scene from this scene 1.
ABC,
4 9126Hi All, I am new in flash so please help me, When I make a website on Flash & when we wright code on buttons in AS2[CODE: on(release) gotoAndStop ()], we found when we click twice on a button the page automatically switch. (means, code do not work properly). Thanks,
1818Post New Flash Action Scripting Questions
What are the features provided by actionscript 3.0?
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
which of the following is not a result of exporting a movie for a debug build? : Adobe flash
How many menus will you find on the menu bar?
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash
What are the different primitive data types used in actionscript?
How to make synchronous data calls in actionscript?
what is the primary purpose of the stage object? : Adobe flash
which two textfield events can be captured to trigger scripts to run? : Adobe flash
is everyone required flash player plugin? : Adobe flash
which methods is most likely an event handler? : Adobe flash
which two are symbol options when converting an object into a symbol? : Adobe flash
which code should be added to create a second blue square to the right of the first? : Adobe flash
when should one generally use the post method instead of the get method? : Adobe flash
what are the statements best describes an event handler? : Adobe flash