[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bored at work....
On Tuesday, July 17, 2012 9:12:04 PM UTC-7, Antoine Vignau wrote:
> Le mercredi 18 juillet 2012 04:39:12 UTC+2, (inconnu) a écrit :
> > http://rich12345.tripod.com/basicmario/index.html
> >
> >
> > if you are too, mess with the BASIC code and share
> > here...
>
> Really funny, nice work despite the QWERTY view of the world.
>
> On an AZERTY keyboard, Q (up) is below A (stop) and Z (down).
> Why do programmers never use other keys ????????????????????????????
>
> azertyuiop
> qsdfghjklm
> wxcvbn
530 IF A$ = "a" THEN YC = - 1
540 IF A$ = "w" THEN YC = 1
550 IF A$ = "q" THEN YC = 0
560 IF A$ = "E" THEN GOSUB 30000
press E to edit level. that was just a quick lunchtime project,
change the keys to anything you like :-)
yc=-1 when push up
yc=1 when push down
yc=0 when push center