Flare Random Lines
home > flash > physics and motion > flare random lines
This is the first script i written by my own........
By learning from the book
Foundation ActionScript 2.0 Animation: Making Things to Move...
| Author URL | no website | |||
| Listing URL | none | |||
| Downloads | 735 | Views | 11024 | |
| alien | ||||
|
User ratings for Flare Random Lines. |
||||
Comments
You need to LOGIN to post a comment.Haven't figured out an use for it yet (i am not a programmer) but it certainly looks very VERY nice!
alien:
5 months ago
nnielss :
The function lineStyle means
lineStyle (stroke of the line, color of the line, alpha of the line)
then,
the 2nd function, color of the line is = random(18451547)
so that's it's changes the line color from random numbers...
the 18451547 refers to the color and also as a integer...
every time integer changes with randomization and with this color also
alien:
5 months ago
nnielss :
The function lineStyle means
lineStyle (stroke of the line, color of the line, alpha of the line)
then,
the 2nd function, color of the line is = random(18451547)
so that's it's changes the line color from random numbers...
the 18451547 refers to the color and also as a integer...
every time integer changes with randomization and with this color also




