VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Asteroidsss

by HolyLight (1 Submission)
Category: Games
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

Just another Asteroids clone.
Project needs WAVMIX32.DLL which can be downloaded from here https://koti.mbnet.fi/vbman/Sources/Asteroids.zip
Read the README.txt in zip file. Feedback / votes are welcome as any improvments. Quite badly documented(some english some finish) but you can allways mailme and ask.

Assumes
Project needs WAVMIX32.DLL which can be downloaded from here http://koti.mbnet.fi/vbman/Sources/Asteroids.zip Read the README.txt in zip file. Feedback / votes are welcome as any inprovments. Quite badly documented(some english some finish) but you can allways mailme and ask.
Side Effects
Addiction
API Declarations
Public Declare Function GetActiveWindow Lib "User32" () As Integer
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public Declare Function GetTickCount Lib "kernel32" () As Long
Public Declare Function Rectangle Lib "gdi32.dll" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
Public Declare Function IntersectRect Lib "user32.dll" (lpDestRect As Rect, lpSrc1Rect As Rect, lpSrc2Rect As Rect) As Long
Public Declare Function SetRect Lib "user32.dll" (lpRect As Rect, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
Public Declare Function Ellipse Lib "gdi32" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long

Rate Asteroidsss

Upload

Download this snippet    Add to My Saved Code

Asteroidsss Comments

No comments have been posted about Asteroidsss. Why not be the first to post a comment about Asteroidsss.

Post your comment

Subject:
Message:
0/1000 characters