VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A simple but good looking mouse follower. (Try toying around with it)

by Matt J (3 Submissions)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 14th December 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

A simple but good looking mouse follower. (Try toying around with it)

Rate A simple but good looking mouse follower. (Try toying around with it)



'Change refresh rate
Sleep 100
Form1.Cls
'Color (Refreshed every 100 mil.)
FillColor = RGB(Rnd * 255, Rnd * 255, Rnd * 255)
FillStyle = 0
'Location(Refreshed every 100 mil.)
Circle (Int(X + 250), Int(Y + 250)), Int(200)
End Sub

Download this snippet    Add to My Saved Code

A simple but good looking mouse follower. (Try toying around with it) Comments

No comments have been posted about A simple but good looking mouse follower. (Try toying around with it). Why not be the first to post a comment about A simple but good looking mouse follower. (Try toying around with it).

Post your comment

Subject:
Message:
0/1000 characters