Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zelos

Pages: [1] 2 3 ... 48
1
Off Topic / Eko
« on: August 20, 2006, 02:33:38 PM »
Hurray, I just succesfully accelerated a electron to speed ccapable to probe planck lenght and proved string theory to be right

Not really but its so freaking dead, how long have it been so dead, why is it dead now, what are you waitning for? have you leaved this?

2
Off Topic / Eko
« on: August 15, 2006, 03:56:16 PM »
Hello.......
eelloooo............
elllooooooooo..........
lloooooooooooooo...............
oooooooooooooooooooo.....................

This is so dead and empty I can perform particle physic experiment here

3
Off Topic / Behavior simulation
« on: August 14, 2006, 05:55:24 AM »
me guasta hamborgesas

im tlaking about general,. not DB
"Im almost a human biang DAMN IT"

4
Off Topic / Behavior simulation
« on: August 12, 2006, 02:48:38 PM »
I have been thinking on how to simulate behavior. So id like to see what you consider to be a good way both in speed and effiency

I think a NN of maybe 5 synapses with little math wouold be good. Just seems like a good one

5
Off Topic / Darwinbots 1.0
« on: June 02, 2006, 10:39:03 AM »
still wondering y it was squares when circles are easier

6
Off Topic / Simulating the Universe
« on: June 02, 2006, 10:36:53 AM »
okey, but you dont have to worry who of us will win
cause this world wont exist then

7
Off Topic / Darwinbots 1.0
« on: May 14, 2006, 02:25:26 AM »
I remember that version. I had it at that time acctualy

8
Off Topic / Simulating the Universe
« on: May 14, 2006, 02:19:35 AM »
cause it double by 1,5 years this days, not 2

9
Off Topic / Simulating the Universe
« on: May 13, 2006, 03:15:23 AM »
it would rather be 550 years from now

10
Off Topic / Moving the forum
« on: April 08, 2006, 12:37:33 PM »
MY EYES ARE BURNING  
its horrible can someone please for god sake change the skin back?

11
Darwinbots Program Source Code / Picturebox load
« on: January 15, 2006, 11:20:58 AM »
when I put the image in a picture box it worx. but if I load it and store its as a array it doesnt, I just need to get it to be able to read from the stored array

12
Darwinbots Program Source Code / Picturebox load
« on: January 14, 2006, 02:05:19 PM »
just a effect that makes the mirror effect of a pic, left becomes right and right becomes left
Code: [Select]
Private Declare Function BitBlt Lib "gdi32.dll" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal width As Long, ByVal height As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
Const sp_width = 8
Const sp_height = 5

Private Sub Form_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
Dim p(1 To 2) As StdPicture
Set p(2) = LoadPicture("C:\Documents and Settings\Pelle\Mina dokument\RPG\General Items\Bottle Liquids\Blod.gif")

x = Form1.width / 2
y = Form1.height / 2
   'BitBlt Form1.hDC, x, y, sp_width, sp_height, Image1.Picture, 0, 5, vbSrcAnd
  'BitBlt Form1.hDC, x, y, sp_width, sp_height, Image1.Picture, 0, 0, vbSrcPaint
BitBlt Form1.hDC, x, y, sp_width, sp_height, p(2).hDC, 0, 0, vbSrcCopy
End Sub

ive created this code, it just complain, why? can someone tells me what im doing wrong?
you migiht need to change the path of the file. here is the file anyhow

13
Darwinbots Program Source Code / Picturebox load
« on: January 14, 2006, 07:48:39 AM »
the array thing have ive solved, what about mirrir effect?

14
Off Topic / Attack method
« on: January 12, 2006, 01:15:56 PM »
Mouse click means that you click on a enemy and then the character attacks it nutile you click somewhere else or die or it dies
While button press means you use the keyboard to move around and when ure close to the enemy you press attack button and attack and if enemies is in the area ure weapon hit then you give damage

15
Darwinbots Program Source Code / Picturebox load
« on: January 12, 2006, 01:04:36 PM »
is it possible in vb to mirror a picture so the sides changes?

Pages: [1] 2 3 ... 48