Search Tools Links Login

Traffic Simulator


Visual Basic 6, or VB Classic

Nothing, really, it simulates a basic traffic system. AI tell the cars to keep on route and make them turn at random when they reach a junction. This prog shows how to easy juse arrays in combination with bilblt to make STRATEGY GAME-ENGINES.

Original Author: Jonas Ask

API Declarations

Public Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
Public Declare Function GetTickCount Lib "kernel32.dll" () As Long

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 93 times

Categories

Visual Basic 6

Attachments

Traffic Si232107212001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 16,027 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.