Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Archive » net.micro.apple » Graphics diversion for Mac
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Graphics diversion for Mac [message #73963] Sun, 26 May 2013 20:29
ksj is currently offline  ksj
Messages: 13
Registered: May 2013
Karma: 0
Junior Member
Message-ID: <1541@proper.UUCP>
Date: Sun, 26-Aug-84 04:48:57 EDT
Article-I.D.: proper.1541
Posted: Sun Aug 26 04:48:57 1984
Date-Received: Thu, 30-Aug-84 08:32:19 EDT
Organization: Proper UNIX, San Leandro, CA
Lines: 23

Here is a short MBASIC program inspired by rain falling in a puddle.
It gets better the longer you watch.  Enjoy!
	--Kent Johnson
	  { decvax!sun!amd, hplabs!nsc, ihnp4!dual } !proper!ksj
============================cut here============================
10 REM Rain, by Kent Johnson
20 REM A graphics diversion.
30 REM
40 RANDOMIZE TIMER
50 CLS
60 IF (RND>.5) THEN COLOR%=33 ELSE COLOR%=30
70 X=RND*490:Y=RND*280
80 OUTER=70*RND
90 STEPSIZE=2*RND^2
100 STEPINC=2.5*RND^2
110 IF STEPSIZE+20*STEPINC<1 THEN STEPINC=STEPINC+.25
120 INNER=(STEPSIZE+STEPINC)*RND
130 I=INNER
140 WHILE I  

		
		
		
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Termcap & emulator for Apple ][
Next Topic: DVORAK for Mac?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Apr 18 20:44:26 EDT 2024

Total time taken to generate the page: 0.05821 seconds