Actionscripting Flash Tutorials - FlashPerfection.com
To allow a movieclip to be dragged while the mouse is pressed (only), you assign a function which executes the startDrag method to the movieclip's onPress event, and a function which executes the stopDrag method to the movieclip's onRelease and onReleaseOutside events.
November 11,
2005
Today Views:
1 Total Views:
1,988
Using Inheritance and creating an Interface class
November 11,
2005
Today Views:
2 Total Views:
1,830
Here we'll take a look at another use of the onRelease function to make a photo in a slider movieclip ease into place when the control is clicked.
November 7,
2005
Today Views:
1 Total Views:
2,305
Assignment statements can be used to assign values to variables. They can be combined with declaration statements to both declare a variable and assign it a value, or the declaration and assignment may be done separately.
November 3,
2005
Today Views:
3 Total Views:
1,049
It is possible to create the spot-light special effect in Flash using simple timeline masking, which might in fact be much easier than using ActionScript to generate the effect, but that method will not grant you any interactive control over the masked area, which is the main purpose of using ActionS
November 2,
2005
Today Views:
1 Total Views:
1,996
In actionscript, variables of type Number can be positive or negative integer or decimal numbers. This is different from many programming languages which have different data types for integer and floating point numbers, and means that one must be careful with numeric comparisons in Flash
October 31,
2005
Today Views:
3 Total Views:
1,215
It can so happen that you want to skew the object in Flash
October 28,
2005
Today Views:
2 Total Views:
2,791
Like any language, spoken or programmed, ActionScript follows a defined syntax
October 28,
2005
Today Views:
4 Total Views:
2,356
The new Flash 8 filters such as blur, drop shadow, and bevel are extremely easy to apply directly on objects at authoring time, but you may want to generate these effects using ActionScript to have more dynamic control over them.
October 27,
2005
Today Views:
1 Total Views:
1,948
We shall create the movie in which a button-movie and its destination point will appear in random places of the scene.
October 27,
2005
Today Views:
3 Total Views:
1,841

































