Yeah that's the way I learned to do it. Saves sooo much time when making crosshairs to just save that snippet in ASExpander as &crosshair, turning this 6 minute long tutorial into something that can be done in just a few seconds ^.^ (workflow speed FTW)
include fucking sound plz..
mrjackjack1992 1 month ago
at 0:43 do you just delete the line?
binkersman 5 months ago
wow nice tutorial very explanatory
benjoandrichie 2 years ago
Mouse.hide();
var lineX:linex = new linex();
var lineY:liney = new liney();
addChild(lineX);
addChild(lineY);
stage.addEventListener(MouseEvent.MOUSE_MOVE, track);
function track(e:Event):void{
lineX.y = mouseY;
lineY.x = mouseX;
}
hiimcb 3 years ago 2
Yeah that's the way I learned to do it. Saves sooo much time when making crosshairs to just save that snippet in ASExpander as &crosshair, turning this 6 minute long tutorial into something that can be done in just a few seconds ^.^ (workflow speed FTW)
Truthiness231 3 years ago
awsome! good stuff
daiokaio 3 years ago
can you post the code so we can copy it
evilkingdabura 3 years ago 2
yea real pros watch tutorial vids
blazenizer 3 years ago
lol wot thats pathetic kit just makes it easier!!
aceaxcell 3 years ago
It* ^^^^^^^
aceaxcell 3 years ago
i was kidding xD
blazenizer 3 years ago
I forgot how to open the action stcript editor :( remind me. lol
KrazieAl 3 years ago
great tutorial!!, but you should copy and paste the actions code into the description ;)
aceaxcell 3 years ago
no because then you would be a script kiddy
NicholasSta 3 years ago