VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Hypnotiser

by indolg (1 Submission)
Category: Jokes/Humor
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

Looks pretty cool

Inputs
1 timer named "Timer1"

Rate Hypnotiser

Private Sub Timer1_Timer()
ScaleMode = 3 ' set scale to pixils
X = ScaleWidth / 2 ' set x position
Y = ScaleHeight / 2 'set y position
If X > Y Then limit = Y Else limit = X
For radius = 0 To limit ' set radius
Circle (X, Y), radius, RGB(Rnd * 255, Rnd * 255, Rnd * 255)
Next radius
End Sub

Download this snippet    Add to My Saved Code

Hypnotiser Comments

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

Post your comment

Subject:
Message:
0/1000 characters