VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A very simple mouse chaser.

by Matt J. (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 12th October 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

A very simple mouse chaser.

Rate A very simple mouse chaser.



Form1.Cls
FillColor = RGB(Rnd * 255, Rnd * 255, Rnd * 255)
FillStyle = 0
Circle (Int(X - 50), Int(Y - 50)), Int(200)
Sleep 125
End Sub


Download this snippet    Add to My Saved Code

A very simple mouse chaser. Comments

No comments have been posted about A very simple mouse chaser.. Why not be the first to post a comment about A very simple mouse chaser..

Post your comment

Subject:
Message:
0/1000 characters