[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apple logo
- Subject: Apple logo
- From: BLuRry <brendan.robert@gmail.com>
- Date: Fri, 3 May 2013 21:32:27 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-date: Sat, 04 May 2013 04:32:27 +0000
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=70.112.157.51; posting-account=HyIOQgoAAAAfAUGOevdCSBhPYcDSPtM9
- Newsgroups: comp.sys.apple2
- User-agent: G2/1.0
Enjoy! I wrote this as an example program for my new Jace incarnation: ApplesoftMod -- a minecraft plugin that uses Jace to run (short) applesoft basic programs
10 gr:poke -16302,0
15 i=0:x1 = 15:x2=1:x3 = 1
20 for y=7 to 47:i=i-1 : if (i <= 0) then i=7: read c: color=c
30 if (y < 21) then x1=x1-((21-y)/12) : goto 40
31 x1 = x1 + x2 - 1: x2 = x2 * x3: x3 = x3 + 0.002
40 hlin x1,39-x1 at y
50 next y
60 data 12,13,9,1,3,6
70 color=0
80 hlin 16,22 at 7: hlin 18,20 at 8: hlin 16,22 at 47: hlin 18,20 at 46
90 vlin 14,34 at 32: vlin 15,33 at 31: vlin 16,32 at 30
100 vlin 18,30 at 29: vlin 22, 26 at 28
110 color = 12: for a=0 to 3:vlin a,a+4 at 22-a:next a