A video tutorial showing how to create two movieclips that follow the X and Y coordinates of the mouse to give a target like effect, this is ideal for shooting type games.
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 2 weeks ago
at 0:43 do you just delete the line?
binkersman 3 months ago
wow nice tutorial very explanatory
benjoandrichie 2 years ago
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 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
awsome! good stuff
daiokaio 3 years ago
can you post the code so we can copy it
evilkingdabura 3 years ago 2
i was kidding xD
blazenizer 3 years ago
It* ^^^^^^^
aceaxcell 3 years ago
lol wot thats pathetic kit just makes it easier!!
aceaxcell 3 years ago