Pawn Game |
|
|
#1 |
|
Banned
|
Code:
this.createEmptyMovieClip("line_mc", 1);
with(line_mc){
lineStyle(5, 0x000000, 50, true, "normal", "square", "miter", 1);
moveTo(0, 0);
lineTo(150, 0);
_x=100;
_y=150;
}
There are 8 parameters in this method. The first is the thickness. The second is the color in hex format. The third is the transparency. The fourth is the pixelHinting on/off which improves the rendering of the stroke on some situations. Normal is used for scaling. Other values are none, horizontal, and vertical. It influences the way the stroke reacts to scaling. Square is a value used to specify how the end of the stroke should be rendered, other values are round, and none. Miter is a value used to render the stroke joints. Other values are round, and bevel. Finally 1 is a value that applys only if the preceding parameter is set to miter. The value is used to cut off the angle of the joint. (Note: if the thickness is set to 1, the five last parameters will have no effects on the line created) |
|
|
|
|
|
#2 |
|
User
|
Can't you just create a new .fla file and draw it in 2 seconds o_0
Oops, this is in AS...sorry.. |
|
|
|
|
|
#3 |
|
User
Join Date: Mar 2007
Location: In your computer, stealin your pronz
Clan Name: Lolwut
Posts: 3,342
|
mkay, so this is a tutorial in flash to let you make an application to draw lines?
|
|
|
|
|
|
#4 |
|
User
Join Date: May 2008
Location: Canada
Clan Name: SOF
Posts: 1,296
|
OMG xD Srry Spam Post But When I Saw The Name I Started To Laugh
"Drawing A Line" xD Omg Srry Srry HAHAHAHAha. Hehe Ok Im Done Lozl
__________________
-My Tag Wall-
------------------ You can join my new forums, District Zero, at the following link(Banner is the link): ![]() You can also find some more information about it on my profile here on pawn, or by reading the news section on the forum. |
|
|
|
| Near |
| View Public Profile |
| Send a private message to Near |
| Visit Near's homepage! |
| Find More Posts by Near |
|
|
#5 |
|
User
|
|
|
|
|
|
|
#6 |
|
User
Join Date: Jun 2008
Location: California
Clan Name: Mario Ray
Posts: 60
|
now this is a spam so learn wat to put ok and no affence
|
|
|
|
|
|
#7 |
|
User
Join Date: Jun 2008
Posts: 322
|
Learn what spam is.
__________________
"war is not about winning, it's about who is left". |
|
|
|
| Vevevicamp2 |
| View Public Profile |
| Send a private message to Vevevicamp2 |
| Find More Posts by Vevevicamp2 |
|
|
#8 |
|
Banned
|
|
|
|
|
|
|
#9 |
|
User
Join Date: May 2008
Location: Canada
Clan Name: SOF
Posts: 1,296
|
...I Havent The Time Nor The Need To Learn ActionScripting.
..What I Said Was Spam. I Didnt Post Anything That Was Relevent To This Threads Title. What I Am Posting Now Is Also Spam Because Im Still Off Topic. You Haven't A Clue What Spam Is.
__________________
-My Tag Wall-
------------------ You can join my new forums, District Zero, at the following link(Banner is the link): ![]() You can also find some more information about it on my profile here on pawn, or by reading the news section on the forum. |
|
|
|
| Near |
| View Public Profile |
| Send a private message to Near |
| Visit Near's homepage! |
| Find More Posts by Near |
|
|
#10 |
|
User
|
He was talking (strangely) to kaspersky.
__________________
Haven't been on lately cuz I've been writing scripts for runescape macros o:
Gotten over 100,000 fishing xp in one day, and my script still not perfected to my desires. ![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|