Articles 3D Audio Custom Controls General RB Graphics Hacks Mac OS X Menus Novelty Printing REALbasic 2005 REALbasic 2006 Registration Resources Reviews Serial Speech Sockets XML Video Resource Links News Current News February 2006 January 2006 December 2005 November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 ![]() REALbasic for Dummies by Erick Tejkowski ![]() Learning REALbasic through Applications REALbasic for Macintosh REALbasic Cross-Platform Application Development
Older files are in Stuffit 5 or greater format. Newer files are ".Zip". Download StuffIt Expander |
|
This week we'll play around with some fun graphics patterns called Lissajous Figures. Besides being fun to watch, this project is also really easy to create. Most people can complete it in about 10 minutes. So, let's get started!
Build the Interface This week's interface is really simple to create: one PushButton, one Canvas, and one Slider. When you add them to a window, leave their default names as is. (i.e. PushButton1, Canvas1, and Slider1).
Arrange the interface any way you want. An example might look like this:
Source Code Before you get started with the code for this project, you'll need to make a number of properties. Open the Code Editor for Window1 and add the following properties using Edit-New Property:
The code this week is adapted from an existing Chipmunk BASIC project available here. Double-click PushButton1 and add the following code to its Action event: rad = 3.14159271180 Next, create a new method named Plot by choosing Edit-New Method. To this method, add the following code: Conclusion That's it for this week. Select Debug->Run to test your work. Try playing around with the various numbers in the source code to see what results you can produce. With a few more lines of code, you could save this picture for use as a nifty desktop image or for some other task. If you don't feel like creating the project by hand, you can download the finished project. See you next week! |
||||
|
||||||||||||||||||||||||||||||||
Maintained by the Staff of ResExcellence. This entire site ©1997-2006 ResExcellence
Privacy Statement? Sure we gotta Privacy Statement.
[an error occurred while processing this directive]