|

|
|
| |
| Check
Syntax |
|
This
command is used to check the syntax of the
entire script statement. If there is any
error, switching between modes is not possible.
The error in the script can be viewed through
the output window, while having a preview
of the movie file.
|
| Import
From File |
|
Action
script or scripts written in JavaScript,
VBScript can be imported. If the script
has errors, import is possible only in export
mode.
|
| Export
as file |
|
Actions
within the movie file can be exported to
other application, but it can only be taken
in the action script (.as) format.
|
| Print |
|
To
print the action script, this option is
used. Print options can be edited through
print options.
|
| Colored
syntax |
|
Using
this command, the keywords of action script
is made to appear in the colored format.
If this command is unchecked, then there
won't be difference in color between the
keyword and other words.
|
| Show
deprecated syntax |
|
The
commands which are not available for next
version will be highlighted through this
command.
|
| Font
Size |
|
The
Font Size of the script commands can be
increased. The font size can be small, medium
or large. By default it is small.
|
|
|
 |
|
Flash
is based on Event driven programming. Action script
has different types of Events. We have different
events for Symbols like Button and Movie Clip.
The Events of Button are:
| Press
|
| This
event takes place when the mouse button is
pressed. |
| Release |
| This
event takes place when the mouse button is
released. |
| Release
Outside |
| This
event takes place when the mouse button is
released outside the button. |
| Rollover
|
|
This
event takes place the mouse is rolled
over the button. |
| Rollout |
|
This
event takes place when the mouse rolled
out of the button. |
| Dragover |
|
This
event takes place when the mouse is
dragged on the button |
| Dragout |
|
This
event takes place when the mouse is
dragged out of the button. |
| Keypress |
|
This
event takes place when the corresponding
key in the keyboard is pressed. They
key name will be specified in the textbox
of the event. |
The
Events of Movie Clip are:
| Load |
|
This
event takes place when the movie clip
is loaded. |
| Unload |
|
This
event takes place when the movieclip
is unloaded. |
| EnterFrame |
| This
event takes place when movie clip enters
each frame. |
|
Mousedown |
| This
event takes place when the left mouse
button is pressed. |
| Mouseup |
| This
event takes place when the left mouse
button is released. |
| Mouse
move |
| This
event takes place when the mouse cursor
is moved away from the movieclip.
|
| Keydown |
| This
event takes place when a key in the
keyboard is pressed. |
| Keyup |
| This
event takes place when the key in keyboard
is released. |
| Data |
| This
event takes place when the movieclip
receives any data through the LoadVariable
or LoadMovieclip command. This event
takes place only once when the last
data is received through the Loadvariable
or LoadMovieclip command. |
Regards,
All accompanying logos,
brands and product names are trademarks
of their respective companies.
|
|
|
|
|
|

|
|