Circle patterns

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
georgejoe1988
Newbie
Posts: 2
Joined: Fri Jul 10, 2015 5:53 am

Circle patterns

Post by georgejoe1988 »

Hello, I'm quite new to QB64, and I was wondering if anyone could help me to write a code for a circle to move a certain pattern. I have lost touch of BASIC since 95....Thanks !
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Circle patterns

Post by burger2227 »

Download my Qbasics program in signature and look in Chapter 3 to see how to make a circular pattern using SIN and COS.

CIRCLE parameters are in Chapter 10 along with DRAW, circular placements and TA rotation.
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
georgejoe1988
Newbie
Posts: 2
Joined: Fri Jul 10, 2015 5:53 am

Re: Circle patterns

Post by georgejoe1988 »

Thank you very much, Clippy !
Post Reply