Re: develop apple2 games



10 GR:color=7
20 if peek(-16384)>128 then get a$
100 if a$ = "j" then x=x-1
110 if a$ = "l" then x=x+1
120 if a$ = "i" then y=y-1
130 if a$ = "k" then y=y+1
200 if y<0 then y=0
210 if y>39 then y=39
220 if x<0 then =0
230 if x>39 then x=39
500 plot x,y
510 goto 20


that will get a dot to move around the GR
screen under keyboard control:

-I-
JKL

see:

http://rich12345.tripod.com/bse/index.html

for hires graphics and animation

Rich

.



Relevant Pages

  • Re: The cruise widow
    ... Hiaasen novel. ... it IS the plot of a Carl Hiaasen ... > I watch Oprah for the first time I can remember today to watch the Royal ... \ Rich Hammett http://home.hiwaay.net/~rhammett ...
    (rec.sport.football.college)
  • Re: IS THIS TRUE?
    ... 100 GOSUB 3000 ... 299 GOTO 130 ... 300 COLOR= 0: PLOT X,Y: PLOT X,Z ... 2000 REM RANDOM NUMBER GENERATOR ...
    (microsoft.public.cert.exam.mcse)
  • Re: debugging oops after disconnecting Nexio USB touchscreen
    ... it's crashing in the "while" test because prev is NULL. ... it often survives the first disconnect. ... goto after; ...
    (Linux-Kernel)
  • Re: MATLAB 7.x: inconsistent calculation
    ... co-worker whose work I am supposed to be comparing mine to, ... Rich ... Grant Martin wrote: ... >> plot; ...
    (comp.soft-sys.matlab)
  • Re: hard disk errors on boot up
    ... he also puts together a plot to go with them.' ... --- Russ Allbery ... Prev by Date: ...
    (uk.comp.os.linux)

Loading