- Home
·
- Graphics
·
- A simple but good looking mouse follower. (Try toying around with it)
A simple but good looking mouse follower. (Try toying around with it)
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)
(2(2 Vote))
'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
A simple but good looking mouse follower. (Try toying around with it) Comments
No comments yet — be the first to post one!
Post a Comment