Posted: Sun May 18, 2003 3:36 pm Post subject: INTRO>>007
you know how in 007 they always have those beginnings where the aimer is there and then the it moves and once it goes over the person... blood comes down. Well i am done it ... but i have a few problems.. the code for the aimer is right here...
Posted: Mon May 19, 2003 11:57 am Post subject: (No subject)
here...maybe this might help more...i dunno tonys thingy made my comp lag...maybe my comp is really crappy....hmmmm.... watev...i like it....
code:
var w := Window.Open ("fullscreen,nocursor")
var x, y, b : int
colorback (black)
cls
loop
Mouse.Where (x, y, b)
drawoval (x + 100, y + 100, 100, 100, 10)
drawline (x + 100, y, x + 100, y + 200, 10)
drawline (x, y + 100, x + 200, y + 100, 10)
delay (10)
drawoval (x + 100, y + 100, 100, 100, 256)
drawline (x + 100, y, x + 100, y + 200, 256)
drawline (x, y + 100, x + 200, y + 100, 256)
end loop
beedub
Posted: Mon May 19, 2003 2:25 pm Post subject: (No subject)
is there ne way to make it tansparent within the circle?
beedub
Posted: Mon May 19, 2003 3:02 pm Post subject: (No subject)
the other thing is that i dont want to be able to move the aimer.. i want it to move by itself.... i can do that fine... its just.. i dont know how to make the circle transparent with the 2 lines in it... and still make it move...
Tony
Posted: Mon May 19, 2003 3:14 pm Post subject: (No subject)
just like I told you before, you need to keep it as a transparent picture