Heres a neat way to make those full screen crossahairs u somtimes see, sorry guys no pics:-).
Ok, any widht and height is fine, like 400 by 400. Make the backgropund black in this case. Grab the line tool, make a line going vertical and one going horizontil. Make the horizontil line line2 and vertical line line1, target both. Then go into the scene script. enter this code:
CODE
onEnterFrame() { //This simulates the vertical line going up and down, without the need to:-) line2._y = _root._ymouse; //This siulates the horizontil line going from side to side, without it. line1._x = _root._xmouse; /*this hides the mouse, if you dont belive this is accurate remove this line of code and see where the crosshairrs meet and where the cursor pointer is*/ mouse.hide(); }
SWF Priview: HERE (in this priview at the way sides the lines don't meet becasue it weasntr desgined for a fullscreen view, but they work;-)